mirror of https://github.com/python/cpython
gh-123579: Document exclamation token (#123612)
This commit is contained in:
parent
782217f28f
commit
68fe5758bf
|
@ -1018,9 +1018,9 @@ The following tokens serve as delimiters in the grammar:
|
|||
.. code-block:: none
|
||||
|
||||
( ) [ ] { }
|
||||
, : . ; @ = ->
|
||||
+= -= *= /= //= %= @=
|
||||
&= |= ^= >>= <<= **=
|
||||
, : ! . ; @ =
|
||||
-> += -= *= /= //= %=
|
||||
@= &= |= ^= >>= <<= **=
|
||||
|
||||
The period can also occur in floating-point and imaginary literals. A sequence
|
||||
of three periods has a special meaning as an ellipsis literal. The second half
|
||||
|
|
Loading…
Reference in New Issue