summaryrefslogtreecommitdiff
path: root/Lib/__future__.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-03-02 03:11:53 +0000
committerTim Peters <tim.peters@gmail.com>2001-03-02 03:11:53 +0000
commitfd85a4e600348a854b4979d16a51fe2b2ae30794 (patch)
tree9305811f4a504cc3733376a508b53ade0d84395d /Lib/__future__.py
parent03bd26dd247eae768f6d34761388b8c93be8827d (diff)
downloadcpython-git-fd85a4e600348a854b4979d16a51fe2b2ae30794.tar.gz
Typo repair.
Diffstat (limited to 'Lib/__future__.py')
-rw-r--r--Lib/__future__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/__future__.py b/Lib/__future__.py
index 3008f22e18..beb0b28c66 100644
--- a/Lib/__future__.py
+++ b/Lib/__future__.py
@@ -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: