summaryrefslogtreecommitdiffstats
path: root/Python/future.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-07 16:41:57 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-07 16:41:57 (GMT)
commit882ed5595ba822aae98a9a437cd66b8e13af7ed3 (patch)
treeddac38a2aaeea371b90bdd179a73690d382a36a3 /Python/future.c
parentfb2d25a15432bf53bd62c1033114732f03a22b8d (diff)
downloadcpython-882ed5595ba822aae98a9a437cd66b8e13af7ed3.zip
cpython-882ed5595ba822aae98a9a437cd66b8e13af7ed3.tar.gz
cpython-882ed5595ba822aae98a9a437cd66b8e13af7ed3.tar.bz2
#1755: typo.
Diffstat (limited to 'Python/future.c')
-rw-r--r--Python/future.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/future.c b/Python/future.c
index 3b3ca1d..af1e1cc 100644
--- a/Python/future.c
+++ b/Python/future.c
@@ -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.