update to reflect the new significance of the "@" character

This commit is contained in:
Fred Drake 2004-08-05 21:11:27 +00:00
parent c759f070ef
commit 6bd8e842e4

View file

@ -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}