]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
No quotes around the "future" in the first use of the term "future
authorFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 16:47:11 +0000 (16:47 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Mar 2001 16:47:11 +0000 (16:47 +0000)
statement".

Doc/ref/refa1.tex

index a2359780d9bff14f479af5f22aa218915133c1e0..36a04a55bbb6fb924e2ba8c240b3780a2d99f9d9 100644 (file)
@@ -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.