]> granicus.if.org Git - python/commitdiff
Add "->" as a delimiter token. Found by James Harding on docs@.
authorGeorg Brandl <georg@python.org>
Tue, 8 Oct 2013 19:28:22 +0000 (21:28 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 8 Oct 2013 19:28:22 +0000 (21:28 +0200)
Doc/reference/lexical_analysis.rst

index 94f219b0231fb6a9df52189522540ccab31b34b3..0ed3d3b9a70045267bac98a88f6a2963a1d7e951 100644 (file)
@@ -704,7 +704,7 @@ Delimiters
 The following tokens serve as delimiters in the grammar::
 
    (       )       [       ]       {       }
-   ,       :       .       ;       @       =
+   ,       :       .       ;       @       =       ->
    +=      -=      *=      /=      //=     %=
    &=      |=      ^=      >>=     <<=     **=