From db8b83c2b0247f1d9b15152bbfcfe4afc7e588ed Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sun, 11 Aug 2024 17:40:11 -0300 Subject: Docs: Standardise versionchanged text in weakref.rst (#122898) --- Doc/library/weakref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/weakref.rst b/Doc/library/weakref.rst index d6e062d..2a25ed0 100644 --- a/Doc/library/weakref.rst +++ b/Doc/library/weakref.rst @@ -197,7 +197,7 @@ See :ref:`__slots__ documentation ` for details. >>> del k1 # d = {k2: 2} .. versionchanged:: 3.9 - Added support for ``|`` and ``|=`` operators, specified in :pep:`584`. + Added support for ``|`` and ``|=`` operators, as specified in :pep:`584`. :class:`WeakKeyDictionary` objects have an additional method that exposes the internal references directly. The references are not guaranteed to -- cgit v0.12