Skip to content

Commit 929f81e

Browse files
committed
Move PEP note and remove locals() reference.
1 parent a110148 commit 929f81e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Doc/library/types.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,14 @@ Standard names are defined for the following types:
335335

336336
.. data:: FrameLocalsProxyType
337337

338-
The type of frame :func:`locals` proxy objects, as found on the
339-
:attr:`frame.f_locals` attribute. See :pep:`667` for more information.
338+
The type of frame locals proxy objects, as found on the
339+
:attr:`frame.f_locals` attribute.
340340

341341
.. versionadded:: next
342342

343+
.. seealso::
344+
:pep:`667`
345+
343346

344347
.. data:: GetSetDescriptorType
345348

0 commit comments

Comments
 (0)