No quotes around the "future" in the first use of the term "future

statement".
This commit is contained in:
Fred Drake 2001-03-23 16:47:11 +00:00
parent f6c115ff2f
commit a9d0450f72
1 changed files with 1 additions and 1 deletions

View 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.