[Python-checkins] r59820 - python/trunk/Python/future.c

georg.brandl python-checkins at python.org
Mon Jan 7 17:41:57 CET 2008


Author: georg.brandl
Date: Mon Jan  7 17:41:57 2008
New Revision: 59820

Modified:
   python/trunk/Python/future.c
Log:
#1755: typo.


Modified: python/trunk/Python/future.c
==============================================================================
--- python/trunk/Python/future.c	(original)
+++ python/trunk/Python/future.c	Mon Jan  7 17:41:57 2008
@@ -65,7 +65,7 @@
 
 	/* A subsequent pass will detect future imports that don't
 	   appear at the beginning of the file.  There's one case,
-	   however, that is easier to handl here: A series of imports
+	   however, that is easier to handle here: A series of imports
 	   joined by semi-colons, where the first import is a future
 	   statement but some subsequent import has the future form
 	   but is preceded by a regular import.


More information about the Python-checkins mailing list