Typo repair.
This commit is contained in:
parent
b6893e3c49
commit
935daf2489
|
@ -165,7 +165,7 @@ Standard Module __future__.py
|
||||||
|
|
||||||
Each statment in __future__.py is of the form:
|
Each statment in __future__.py is of the form:
|
||||||
|
|
||||||
FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease) ")"
|
FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ")"
|
||||||
|
|
||||||
where, normally, OptionalRelease < MandatoryRelease, and both are
|
where, normally, OptionalRelease < MandatoryRelease, and both are
|
||||||
5-tuples of the same form as sys.version_info:
|
5-tuples of the same form as sys.version_info:
|
||||||
|
|
Loading…
Reference in New Issue