Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9d0450

Browse files
committed
No quotes around the "future" in the first use of the term "future
statement".
1 parent f6c115f commit a9d0450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/refa1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ \chapter{Future statements and nested scopes \label{futures}}
55
The semantics of Python's static scoping will change in version 2.2 to
66
support resolution of unbound local names in enclosing functions'
77
namespaces. The new semantics will be available in Python 2.1 through
8-
the use of a ``future'' statement. This appendix documents these two
8+
the use of a future statement. This appendix documents these two
99
features for Python 2.1; it will be removed in Python 2.2 and the
1010
features will be documented in the main sections of this manual.
1111

0 commit comments

Comments
 (0)