Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Doc/library/weakref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,17 +324,17 @@ same issues as the :meth:`WeakKeyDictionary.keyrefs` method.
.. versionadded:: 3.4


.. data:: ReferenceType
.. class:: ReferenceType

The type object for weak references objects.


.. data:: ProxyType
.. class:: ProxyType

The type object for proxies of objects which are not callable.


.. data:: CallableProxyType
.. class:: CallableProxyType

The type object for proxies of callable objects.

Expand Down
Loading