From: Stefan Behnel Date: Thu, 13 May 2010 05:18:08 +0000 (+0200) Subject: fix comment X-Git-Tag: 0.13.beta0~84 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a163c4b230f8cbc1eb4ef65040feaa9f182ceb02;p=cython.git fix comment --- diff --git a/Cython/Compiler/Parsing.py b/Cython/Compiler/Parsing.py index 13bf1a21..3b15e4e5 100644 --- a/Cython/Compiler/Parsing.py +++ b/Cython/Compiler/Parsing.py @@ -626,7 +626,7 @@ def p_opt_string_literal(s): def p_string_literal(s, kind_override=None): # A single string or char literal. - # Returns (kind, value) where kind in ('b', 'c', 'u') + # Returns (kind, value) where kind in ('b', 'c', 'u', '') # s.sy == 'BEGIN_STRING' pos = s.position() is_raw = 0