Skip to content

Commit

Permalink
Improve phrasing in datamodel
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed May 4, 2024
1 parent 0182e4b commit 57e1d54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1341,9 +1341,9 @@ Special read-only attributes

* - .. attribute:: frame.f_locals
- The dictionary used by the frame to look up
:ref:`local variables <naming>`
(if the frame refers to a function or comprehension,
this may return a write-through proxy object)
:ref:`local variables <naming>`.
If the frame refers to a function or comprehension,
this may return a write-through proxy object.

.. versionchanged:: 3.13
Return a proxy for functions and comprehensions.
Expand Down

0 comments on commit 57e1d54

Please sign in to comment.