mirror of https://github.com/python/cpython
Add "->" as a delimiter token. Found by James Harding on docs@.
This commit is contained in:
parent
3328871cac
commit
97f962339f
|
@ -704,7 +704,7 @@ Delimiters
|
|||
The following tokens serve as delimiters in the grammar::
|
||||
|
||||
( ) [ ] { }
|
||||
, : . ; @ =
|
||||
, : . ; @ = ->
|
||||
+= -= *= /= //= %=
|
||||
&= |= ^= >>= <<= **=
|
||||
|
||||
|
|
Loading…
Reference in New Issue