We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa81978 commit 2a4dd5aCopy full SHA for 2a4dd5a
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