diff options
author | George Yoshida <dynkin@gmail.com> | 2006-05-21 04:22:59 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-05-21 04:22:59 (GMT) |
commit | c120a6d897e2b0903e7735ba10cd40f21d5db401 (patch) | |
tree | d1dec4c270c6eb1bd951d8150215099a11a94d55 /Doc/ref | |
parent | 1e9f574a183317872c81b8626d7cf2d619849289 (diff) | |
download | cpython-c120a6d897e2b0903e7735ba10cd40f21d5db401.zip cpython-c120a6d897e2b0903e7735ba10cd40f21d5db401.tar.gz cpython-c120a6d897e2b0903e7735ba10cd40f21d5db401.tar.bz2 |
Fix the TeX compile error.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index b32eaa6..acce768 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -321,7 +321,7 @@ def for lambda try Note that although the identifier \code{as} can be used as part of the syntax of \keyword{import} statements, it is not currently a reserved -word by default.} +word by default.) \versionchanged[Both \keyword{as} and \keyword{with} are only recognized when the \code{with_statement} feature has been enabled. It will always |