mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
update to reflect the new significance of the "@" character
This commit is contained in:
parent
c759f070ef
commit
6bd8e842e4
1 changed files with 2 additions and 2 deletions
|
|
@ -679,7 +679,7 @@ The following tokens serve as delimiters in the grammar:
|
||||||
\index{delimiters}
|
\index{delimiters}
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
( ) [ ] { }
|
( ) [ ] { } @
|
||||||
, : . ` = ;
|
, : . ` = ;
|
||||||
+= -= *= /= //= %=
|
+= -= *= /= //= %=
|
||||||
&= |= ^= >>= <<= **=
|
&= |= ^= >>= <<= **=
|
||||||
|
|
@ -703,5 +703,5 @@ error:
|
||||||
\index{ASCII@\ASCII}
|
\index{ASCII@\ASCII}
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
@ $ ?
|
$ ?
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue