diff options
Diffstat (limited to 'Python/compile.c')
-rw-r--r-- | Python/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c index 9180832..4c68a15 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -61,7 +61,7 @@ int Py_OptimizeFlag = 0; "name '%.400s' is used prior to global declaration" #define LOCAL_GLOBAL \ -"name '%.400s' is a function paramter and declared global" +"name '%.400s' is a function parameter and declared global" #define LATE_FUTURE \ "from __future__ imports must occur at the beginning of the file" |