Skip to content

Commit ee9818b

Browse files
[3.13] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122911)
Docs: Standardise versionchanged text in weakref.rst (GH-122898) (cherry picked from commit db8b83c) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent 7ca389c commit ee9818b

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)