From fd85a4e600348a854b4979d16a51fe2b2ae30794 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 2 Mar 2001 03:11:53 +0000 Subject: Typo repair. --- Lib/__future__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/__future__.py b/Lib/__future__.py index 3008f22..beb0b28 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: -- cgit v0.12