mirror of
https://github.com/python/cpython.git
synced 2025-10-12 01:43:12 +00:00
Typo repair.
This commit is contained in:
parent
03bd26dd24
commit
fd85a4e600
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Each line is of the form:
|
Each line is of the form:
|
||||||
|
|
||||||
FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease) ")"
|
FeatureName = "_Feature(" OptionalRelease "," MandatoryRelease ")"
|
||||||
|
|
||||||
where, normally, OptionalRelease < MandatoryRelease, and both are 5-tuples
|
where, normally, OptionalRelease < MandatoryRelease, and both are 5-tuples
|
||||||
of the same form as sys.version_info:
|
of the same form as sys.version_info:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue