code cleanup: correct spelling
This commit is contained in:
@@ -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.
|
||||
****************************************************************************/
|
||||
|
Reference in New Issue
Block a user