From 97f962339f01cc1d17ac77893f20db3a457bb6b9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 8 Oct 2013 21:28:22 +0200 Subject: [PATCH] Add "->" as a delimiter token. Found by James Harding on docs@. --- Doc/reference/lexical_analysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 94f219b0231..0ed3d3b9a70 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:: ( ) [ ] { } - , : . ; @ = + , : . ; @ = -> += -= *= /= //= %= &= |= ^= >>= <<= **=