wording improvement

[Imported from Trac: page CodingStandards, version 25]
daira 2013-12-19 01:24:32 +00:00
parent cc0d214f04
commit efce6a572d

@ -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