From a163c4b230f8cbc1eb4ef65040feaa9f182ceb02 Mon Sep 17 00:00:00 2001
From: Stefan Behnel <scoder@users.berlios.de>
Date: Thu, 13 May 2010 07:18:08 +0200
Subject: [PATCH] fix comment

---
 Cython/Compiler/Parsing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cython/Compiler/Parsing.py b/Cython/Compiler/Parsing.py
index 13bf1a210..3b15e4e50 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
-- 
2.30.9