8000
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 1069190 commit db8b83cCopy full SHA for db8b83c
Doc/library/weakref.rst
@@ -197,7 +197,7 @@ See :ref:`__slots__ documentation <slots>` for details.
197
>>> del k1 # d = {k2: 2}
198
199
.. versionchanged:: 3.9
200
- Added support for ``|`` and ``|=`` operators, specified in :pep:`584`.
+ Added support for ``|`` and ``|=`` operators, as specified in :pep:`584`.
201
202
:class:`WeakKeyDictionary` objects have an additional method that
203
exposes the internal references directly. The references are not guaranteed to
0 commit comments