diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-23 16:47:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-23 16:47:11 (GMT) |
commit | a9d0450f72044b5a5d60cd02f583ad4524fb9ef7 (patch) | |
tree | 7e285aa7075b9f18cb838e596cb7dbf2af199e2d /Doc/ref/refa1.tex | |
parent | f6c115ff2f56e44f437838b283b6669c75fc5970 (diff) | |
download | cpython-a9d0450f72044b5a5d60cd02f583ad4524fb9ef7.zip cpython-a9d0450f72044b5a5d60cd02f583ad4524fb9ef7.tar.gz cpython-a9d0450f72044b5a5d60cd02f583ad4524fb9ef7.tar.bz2 |
No quotes around the "future" in the first use of the term "future
statement".
Diffstat (limited to 'Doc/ref/refa1.tex')
-rw-r--r-- | Doc/ref/refa1.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex index a235978..36a04a5 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. |