We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a110148 commit 929f81eCopy full SHA for 929f81e
1 file changed
Doc/library/types.rst
@@ -335,11 +335,14 @@ Standard names are defined for the following types:
335
336
.. data:: FrameLocalsProxyType
337
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.
+ The type of frame locals proxy objects, as found on the
+ :attr:`frame.f_locals` attribute.
340
341
.. versionadded:: next
342
343
+ .. seealso::
344
+ :pep:`667`
345
+
346
347
.. data:: GetSetDescriptorType
348
0 commit comments