mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Add "->" as a delimiter token. Found by James Harding on docs@.
This commit is contained in:
parent
3328871cac
commit
97f962339f
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ Delimiters
|
|||
The following tokens serve as delimiters in the grammar::
|
||||
|
||||
( ) [ ] { }
|
||||
, : . ; @ =
|
||||
, : . ; @ = ->
|
||||
+= -= *= /= //= %=
|
||||
&= |= ^= >>= <<= **=
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue