mirror of
https://github.com/python/cpython.git
synced 2025-10-15 03:10:29 +00:00
SF bug #655271: Slightly modify locals() doc
Clarify the operation of locals().
This commit is contained in:
parent
2ca243368f
commit
69bf8f3f4e
2 changed files with 2 additions and 2 deletions
|
@ -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 *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue