mirror of
https://github.com/python/cpython.git
synced 2025-09-10 10:47:34 +00:00
Fix spelling mistakes. Bugfix candidates.
This commit is contained in:
parent
4fd5a06580
commit
2a47c0fa23
4 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue