]> granicus.if.org Git - python/commitdiff
update to reflect the new significance of the "@" character
authorFred Drake <fdrake@acm.org>
Thu, 5 Aug 2004 21:11:27 +0000 (21:11 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 5 Aug 2004 21:11:27 +0000 (21:11 +0000)
Doc/ref/ref2.tex

index 759059266b71da3477be2ba3597160c9deedb6bf..375604f062c2faea564838a0973a018935a02767 100644 (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}