Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc7c6a commit 3809026Copy full SHA for 3809026
1 file changed
Python/bltinmodule.c
@@ -820,8 +820,8 @@ builtin_exec(PyObject *self, PyObject *args)
820
PyDoc_STRVAR(exec_doc,
821
"exec(object[, globals[, locals]])\n\
822
\n\
823
-Read and execute code from a object, which can be a string, a code\n\
824
-object or a file object.\n\
+Read and execute code from a object, which can be a string or a code\n\
+object.\n\
825
The globals and locals are dictionaries, defaulting to the current\n\
826
globals and locals. If only globals is given, locals defaults to it.");
827
0 commit comments