diff options
author | Georg Brandl <georg@python.org> | 2006-01-15 07:55:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-01-15 07:55:35 (GMT) |
commit | a635fbbcb065bc24e86470173c71f2e3e5a5b8f6 (patch) | |
tree | c6f9ae4638521370090ad99cdd9d7a70a4e91fef /Doc/ref/ref2.tex | |
parent | d056005482aa3de7145692a591d4ceb30e540d36 (diff) | |
download | cpython-a635fbbcb065bc24e86470173c71f2e3e5a5b8f6.zip cpython-a635fbbcb065bc24e86470173c71f2e3e5a5b8f6.tar.gz cpython-a635fbbcb065bc24e86470173c71f2e3e5a5b8f6.tar.bz2 |
Remove dots in \version{changed,added} argument and
correct argument order.
Diffstat (limited to 'Doc/ref/ref2.tex')
-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 af79e4d..34e8a9e 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -9,7 +9,7 @@ chapter describes how the lexical analyzer breaks a file into tokens. Python uses the 7-bit \ASCII{} character set for program text. \versionadded[An encoding declaration can be used to indicate that -string literals and comments use an encoding different from ASCII.]{2.3} +string literals and comments use an encoding different from ASCII]{2.3} For compatibility with older versions, Python only warns if it finds 8-bit characters; those warnings should be corrected by either declaring an explicit encoding, or using escape sequences if those bytes are binary |