From 043d6f67c7b79a6d268c6ad31d8ff7710ac3e5ee Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 7 Jan 2008 17:19:16 +0000 Subject: Copied doc for reload() from trunk's function.rst to imp.rst --- Python/future.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/future.c') 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. -- cgit v1.2.1