]> granicus.if.org Git - python/commitdiff
#1755: typo.
authorGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 16:41:57 +0000 (16:41 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 7 Jan 2008 16:41:57 +0000 (16:41 +0000)
Python/future.c

index 3b3ca1d7ba469e277774a5d5c7e5685588b1615d..af1e1cc11b28c2050ea80c84a8661fbbc00aaf94 100644 (file)
@@ -65,7 +65,7 @@ future_parse(PyFutureFeatures *ff, mod_ty mod, const char *filename)
 
        /* 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.