From: Fred Drake Date: Fri, 23 Mar 2001 16:47:11 +0000 (+0000) Subject: No quotes around the "future" in the first use of the term "future X-Git-Tag: v2.1b2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9d0450f72044b5a5d60cd02f583ad4524fb9ef7;p=thirdparty%2FPython%2Fcpython.git No quotes around the "future" in the first use of the term "future statement". --- diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex index a2359780d9bf..36a04a55bbb6 100644 --- a/Doc/ref/refa1.tex +++ b/Doc/ref/refa1.tex @@ -5,7 +5,7 @@ The semantics of Python's static scoping will change in version 2.2 to support resolution of unbound local names in enclosing functions' namespaces. The new semantics will be available in Python 2.1 through -the use of a ``future'' statement. This appendix documents these two +the use of a future statement. This appendix documents these two features for Python 2.1; it will be removed in Python 2.2 and the features will be documented in the main sections of this manual.