https://github.com/python/cpython/commit/298ce3364c365f7e5461f848f2e53472abca79a9
commit: 298ce3364c365f7e5461f848f2e53472abca79a9
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2025-08-06T21:58:11Z
summary:

[3.13] Docs: Use the correct example module in warnings.rst (GH-137402) 
(#137493)

Co-authored-by: Mendel Feygelson <mfeygel...@gmail.com>

files:
M Doc/library/warnings.rst

diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index 40b96080a3c990..288181a9826858 100644
--- a/Doc/library/warnings.rst
+++ b/Doc/library/warnings.rst
@@ -451,7 +451,7 @@ Available Functions
           lower.one_way(**kw)
 
    This makes the warning refer to both the ``example.lower.one_way()`` and
-   ``package.higher.another_way()`` call sites only from calling code living
+   ``example.higher.another_way()`` call sites only from calling code living
    outside of ``example`` package.
 
    *source*, if supplied, is the destroyed object which emitted a

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to