8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6785120 commit 8c2f667Copy full SHA for 8c2f667
Doc/reference/lexical_analysis.rst
@@ -1018,9 +1018,9 @@ The following tokens serve as delimiters in the grammar:
1018
.. code-block:: none
1019
1020
( ) [ ] { }
1021
- , : . ; @ = ->
1022
- += -= *= /= //= %= @=
1023
- &= |= ^= >>= <<= **=
+ , : ! . ; @ =
+ -> += -= *= /= //= %=
+ @= &= |= ^= >>= <<= **=
1024
1025
The period can also occur in floating-point and imaginary literals. A sequence
1026
of three periods has a special meaning as an ellipsis literal. The second half
0 commit comments