From: Tim Peters Date: Fri, 2 Mar 2001 03:11:53 +0000 (+0000) Subject: Typo repair. X-Git-Tag: v2.1b1~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd85a4e600348a854b4979d16a51fe2b2ae30794;p=thirdparty%2FPython%2Fcpython.git Typo repair. --- diff --git a/Lib/__future__.py b/Lib/__future__.py index 3008f22e184f..beb0b28c663e 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: