Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c115f commit a9d0450Copy full SHA for a9d0450
1 file changed
Doc/ref/refa1.tex
@@ -5,7 +5,7 @@ \chapter{Future statements and nested scopes \label{futures}}
5
The semantics of Python's static scoping will change in version 2.2 to
6
support resolution of unbound local names in enclosing functions'
7
namespaces. The new semantics will be available in Python 2.1 through
8
-the use of a ``future'' statement. This appendix documents these two
+the use of a future statement. This appendix documents these two
9
features for Python 2.1; it will be removed in Python 2.2 and the
10
features will be documented in the main sections of this manual.
11
0 commit comments