https://github.com/python/cpython/commit/0facabc2d8ceb5025e411aaa0f47a35f79ebaa8d
commit: 0facabc2d8ceb5025e411aaa0f47a35f79ebaa8d
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: zware <[email protected]>
date: 2025-11-10T15:02:45Z
summary:

[3.13] gh-141343: Fix swapped words in `sorted` doc (GH-141356)

(cherry picked from commit 59b793b0dd76d37229fe6d379cd5fe76023d15f1)

Co-authored-by: Yongzi Li <[email protected]>

files:
M Doc/library/functions.rst

diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index ca056d67cb89ec..04b5dc5bf8206e 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1876,7 +1876,7 @@ are always available.  They are listed here in 
alphabetical order.
    the same data with other ordering tools such as :func:`max` that rely
    on a different underlying method.  Implementing all six comparisons
    also helps avoid confusion for mixed type comparisons which can call
-   reflected the :meth:`~object.__gt__` method.
+   the reflected :meth:`~object.__gt__` method.
 
    For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to