diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/bltinmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index ad06250..45ea4dc 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -1041,7 +1041,7 @@ builtin_locals(PyObject *self) PyDoc_STRVAR(locals_doc, "locals() -> dictionary\n\ \n\ -Return the dictionary containing the current scope's local variables."); +Update and return a dictionary containing the current scope's local variables."); static PyObject * |