diff --git a/CodingStandards.md b/CodingStandards.md index a47fbeb..da8e7e4 100644 --- a/CodingStandards.md +++ b/CodingStandards.md @@ -5,7 +5,7 @@ Here are some Python code style guidelines. We also include official Python guid ## basic standards ### compatibility -Tahoe requires Python v2.6.6 or greater (although the current code only refuses to run on Python < 2.6). No effort should be made to offer compatibility with versions of Python older than 2.6.6. Effort should be made to work with every Python release between v2.6.6 and the most recent 2.x, inclusive. +Tahoe requires Python v2.6.6 or greater (although the current code only refuses to run on Python < 2.6). No effort should be made to offer compatibility with versions of Python older than 2.6.6. Effort should be made to work with every Python release from v2.6.6 to the most recent 2.x, inclusive. ### naming and layout