mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -624,7 +624,7 @@ class C:
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{locals}{}
|
||||
Return a dictionary representing the current local symbol table.
|
||||
Update and return a dictionary representing the current local symbol table.
|
||||
\warning{The contents of this dictionary should not be modified;
|
||||
changes may not affect the values of local variables used by the
|
||||
interpreter.}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue