From: Georg Brandl Date: Tue, 8 Oct 2013 19:28:22 +0000 (+0200) Subject: Add "->" as a delimiter token. Found by James Harding on docs@. X-Git-Tag: v3.4.0a4~209^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97f962339f01cc1d17ac77893f20db3a457bb6b9;p=thirdparty%2FPython%2Fcpython.git 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 94f219b0231f..0ed3d3b9a700 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -704,7 +704,7 @@ Delimiters The following tokens serve as delimiters in the grammar:: ( ) [ ] { } - , : . ; @ = + , : . ; @ = -> += -= *= /= //= %= &= |= ^= >>= <<= **=