This commit is contained in:
Georg Brandl 2008-01-07 16:41:57 +00:00
parent fb2d25a154
commit 882ed5595b
1 changed files with 1 additions and 1 deletions

View 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.