summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-08-05 21:11:27 (GMT)
committerFred Drake <fdrake@acm.org>2004-08-05 21:11:27 (GMT)
commit6bd8e842e4d95c001554b034a73bfaa356ef7b83 (patch)
tree5a2f7e6b848f0a63349887f811c003a4dad8a6b9 /Doc/ref
parentc759f070ef4fff47ad515913a78521f481918872 (diff)
downloadcpython-6bd8e842e4d95c001554b034a73bfaa356ef7b83.zip
cpython-6bd8e842e4d95c001554b034a73bfaa356ef7b83.tar.gz
cpython-6bd8e842e4d95c001554b034a73bfaa356ef7b83.tar.bz2
update to reflect the new significance of the "@" character
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref2.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex
index 7590592..375604f 100644
--- a/Doc/ref/ref2.tex
+++ b/Doc/ref/ref2.tex
@@ -679,7 +679,7 @@ The following tokens serve as delimiters in the grammar:
\index{delimiters}
\begin{verbatim}
-( ) [ ] { }
+( ) [ ] { } @
, : . ` = ;
+= -= *= /= //= %=
&= |= ^= >>= <<= **=
@@ -703,5 +703,5 @@ error:
\index{ASCII@\ASCII}
\begin{verbatim}
-@ $ ?
+$ ?
\end{verbatim}