From: Georg Brandl Date: Mon, 7 Jan 2008 16:41:57 +0000 (+0000) Subject: #1755: typo. X-Git-Tag: v2.6a1~696 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=882ed5595ba822aae98a9a437cd66b8e13af7ed3;p=thirdparty%2FPython%2Fcpython.git #1755: typo. --- diff --git a/Python/future.c b/Python/future.c index 3b3ca1d7ba46..af1e1cc11b28 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.