code cleanup: correct spelling

This commit is contained in:
2012-09-28 06:45:20 +00:00
parent d732e05740
commit 589ada7f0c
18 changed files with 20 additions and 20 deletions

View File

@@ -450,7 +450,7 @@ PyObject *PyC_UnicodeFromByte(const char *str)
* >> foo = 10
* >> print(__import__("__main__").foo)
*
* note: this overwrites __main__ which gives problems with nested calles.
* note: this overwrites __main__ which gives problems with nested calls.
* be sure to run PyC_MainModule_Backup & PyC_MainModule_Restore if there is
* any chance that python is in the call stack.
****************************************************************************/