Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 188aace

Browse files
committed
Merged revisions 76902 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r76902 | mark.dickinson | 2009-12-19 21:19:35 +0000 (Sat, 19 Dec 2009) | 1 line Fix typo (reported by terlop on IRC) ........
1 parent 45a4372 commit 188aace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/bltinmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ builtin_exec(PyObject *self, PyObject *args)
804804
PyDoc_STRVAR(exec_doc,
805805
"exec(object[, globals[, locals]])\n\
806806
\n\
807-
Read and execute code from a object, which can be a string or a code\n\
807+
Read and execute code from an object, which can be a string or a code\n\
808808
object.\n\
809809
The globals and locals are dictionaries, defaulting to the current\n\
810810
globals and locals. If only globals is given, locals defaults to it.");

0 commit comments

Comments
 (0)