]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122912)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 11 Aug 2024 20:46:05 +0000 (22:46 +0200)
committerGitHub <noreply@github.com>
Sun, 11 Aug 2024 20:46:05 +0000 (20:46 +0000)
Docs: Standardise versionchanged text in weakref.rst (GH-122898)
(cherry picked from commit db8b83c2b0247f1d9b15152bbfcfe4afc7e588ed)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Doc/library/weakref.rst

index d6e062df945c64c7b28c1d91ccf857f8f3d6f895..2a25ed045c68bd2da075611f0caf83a143aa0c0a 100644 (file)
@@ -197,7 +197,7 @@ See :ref:`__slots__ documentation <slots>` 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