0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00

Typo repair.

This commit is contained in:
Tim Peters 2001-03-02 03:11:53 +00:00
parent 03bd26dd24
commit fd85a4e600

View File

@ -2,7 +2,7 @@
Each line is of the form:
FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease) ")"
FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ")"
where, normally, OptionalRelease < MandatoryRelease, and both are 5-tuples
of the same form as sys.version_info: