File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -624,7 +624,7 @@ \section{Built-in Functions \label{built-in-funcs}}
624624\end {funcdesc }
625625
626626\begin {funcdesc }{locals}{}
627- Return a dictionary representing the current local symbol table.
627+ Update and return a dictionary representing the current local symbol table.
628628 \warning {The contents of this dictionary should not be modified;
629629 changes may not affect the values of local variables used by the
630630 interpreter.}
Original file line number Diff line number Diff line change @@ -1041,7 +1041,7 @@ builtin_locals(PyObject *self)
10411041PyDoc_STRVAR (locals_doc ,
10421042"locals() -> dictionary\n\
10431043\n\
1044- Return the dictionary containing the current scope's local variables." );
1044+ Update and return a dictionary containing the current scope's local variables." );
10451045
10461046
10471047static PyObject *
You can’t perform that action at this time.
0 commit comments