Skip to content

Commit 68fe575

Browse files
authored
gh-123579: Document exclamation token (#123612)
1 parent 782217f commit 68fe575

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/reference/lexical_analysis.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1018,9 +1018,9 @@ The following tokens serve as delimiters in the grammar:
10181018
.. code-block:: none
10191019
10201020
( ) [ ] { }
1021-
, : . ; @ = ->
1022-
+= -= *= /= //= %= @=
1023-
&= |= ^= >>= <<= **=
1021+
, : ! . ; @ =
1022+
-> += -= *= /= //= %=
1023+
@= &= |= ^= >>= <<= **=
10241024
10251025
The period can also occur in floating-point and imaginary literals. A sequence
10261026
of three periods has a special meaning as an ellipsis literal. The second half

0 commit comments

Comments
 (0)