Add "->" as a delimiter token.  Found by James Harding on docs@.
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
index 94f219b..0ed3d3b 100644
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -704,7 +704,7 @@
 The following tokens serve as delimiters in the grammar::
 
    (       )       [       ]       {       }
-   ,       :       .       ;       @       =
+   ,       :       .       ;       @       =       ->
    +=      -=      *=      /=      //=     %=
    &=      |=      ^=      >>=     <<=     **=