diff options
| author | Georg Brandl <georg@python.org> | 2008-10-04 18:33:26 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-10-04 18:33:26 +0000 |
| commit | 0df797943cc46af236cce9c15e98c475f7ecccf0 (patch) | |
| tree | 431d14d4336f0489878f7bf24a75426dac20535f /Doc/reference/lexical_analysis.rst | |
| parent | b186f3438419a6c881705a42db1ecc4e52f5241e (diff) | |
| download | cpython-git-0df797943cc46af236cce9c15e98c475f7ecccf0.tar.gz | |
#4000: fix several 2.x atavisms.
Diffstat (limited to 'Doc/reference/lexical_analysis.rst')
| -rw-r--r-- | Doc/reference/lexical_analysis.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 3ec06db0cf..1e43128582 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -676,8 +676,8 @@ Delimiters The following tokens serve as delimiters in the grammar:: - ( ) [ ] { } @ - , : . ` = ; + ( ) [ ] { } + , : . ; @ = += -= *= /= //= %= &= |= ^= >>= <<= **= |
