Skip to content

Commit db8b83c

Browse files
authored
Docs: Standardise versionchanged text in weakref.rst (#122898)
1 parent 1069190 commit db8b83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/weakref.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ See :ref:`__slots__ documentation <slots>` for details.
197197
>>> del k1 # d = {k2: 2}
198198

199199
.. versionchanged:: 3.9
200-
Added support for ``|`` and ``|=`` operators, specified in :pep:`584`.
200+
Added support for ``|`` and ``|=`` operators, as specified in :pep:`584`.
201201

202202
:class:`WeakKeyDictionary` objects have an additional method that
203203
exposes the internal references directly. The references are not guaranteed to

0 commit comments

Comments
 (0)