mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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}
|
||||
|
||||
\begin{verbatim}
|
||||
( ) [ ] { }
|
||||
( ) [ ] { } @
|
||||
, : . ` = ;
|
||||
+= -= *= /= //= %=
|
||||
&= |= ^= >>= <<= **=
|
||||
|
|
@ -703,5 +703,5 @@ error:
|
|||
\index{ASCII@\ASCII}
|
||||
|
||||
\begin{verbatim}
|
||||
@ $ ?
|
||||
$ ?
|
||||
\end{verbatim}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue