diff options
Diffstat (limited to 'Doc/ref/ref2.tex')
-rw-r--r-- | Doc/ref/ref2.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 67f22f8..c08f829 100644 --- a/Doc/ref/ref2.tex +++ b/Doc/ref/ref2.tex @@ -354,7 +354,8 @@ meaning: \begin{verbatim} ( ) [ ] { } -; , : . ` = +, : . " ` ' += ; \end{verbatim} The following printing ASCII characters are not used in Python. Their @@ -363,7 +364,7 @@ error: \index{ASCII} \begin{verbatim} -@ $ " ? +@ $ ? \end{verbatim} They may be used by future versions of the language though! |