From: Fred Drake Date: Thu, 5 Aug 2004 21:11:27 +0000 (+0000) Subject: update to reflect the new significance of the "@" character X-Git-Tag: v2.4a3~400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bd8e842e4d95c001554b034a73bfaa356ef7b83;p=python update to reflect the new significance of the "@" character --- diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex index 759059266b..375604f062 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}