summaryrefslogtreecommitdiff
path: root/Python/future.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-01-07 17:19:16 +0000
committerChristian Heimes <christian@cheimes.de>2008-01-07 17:19:16 +0000
commitc7f88aec405613519987dd84dc5f62ef0d303864 (patch)
treeb07b13d18e9d1205473b65adca67db4198563c68 /Python/future.c
parent503ee288744a87cb3bc4bf687ff2ca3447a62232 (diff)
downloadcpython-c7f88aec405613519987dd84dc5f62ef0d303864.tar.gz
Copied doc for reload() from trunk's function.rst to imp.rst
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 dca1d8373d..80a3006a3d 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.