[Python-checkins] r52213 - python/trunk/Parser/tokenizer.c

andrew.kuchling python-checkins at python.org
Fri Oct 6 20:51:56 CEST 2006


Author: andrew.kuchling
Date: Fri Oct 6 20:51:55 2006
New Revision: 52213
Modified:
 python/trunk/Parser/tokenizer.c
Log:
Comment grammar
Modified: python/trunk/Parser/tokenizer.c
==============================================================================
--- python/trunk/Parser/tokenizer.c	(original)
+++ python/trunk/Parser/tokenizer.c	Fri Oct 6 20:51:55 2006
@@ -897,7 +897,7 @@
 				tok->cur = tok->buf + cur;
 				tok->line_start = tok->cur;
 				/* replace "\r\n" with "\n" */
-				/* For Mac leave the \r, giving syntax error */
+				/* For Mac leave the \r, giving a syntax error */
 				pt = tok->inp - 2;
 				if (pt >= tok->buf && *pt == '\r') {
 					*pt++ = '\n';


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /