Commit 3bc61050 authored by Fred Drake's avatar Fred Drake

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

statement".
parent 1d029a10
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
The semantics of Python's static scoping will change in version 2.2 to The semantics of Python's static scoping will change in version 2.2 to
support resolution of unbound local names in enclosing functions' support resolution of unbound local names in enclosing functions'
namespaces. The new semantics will be available in Python 2.1 through 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 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. features will be documented in the main sections of this manual.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment