https://github.com/python/cpython/commit/37b9a5df9331fa76cdfc9d4fc05765c1136118ab
commit: 37b9a5df9331fa76cdfc9d4fc05765c1136118ab
branch: main
author: Mendel Feygelson <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-08-06T22:51:59+01:00
summary:
Docs: Use the correct example module in warnings.rst (#137402)
files:
M Doc/library/warnings.rst
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index 00bafd1be4bd0c..05e061cc697778 100644
--- a/Doc/library/warnings.rst
+++ b/Doc/library/warnings.rst
@@ -458,7 +458,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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]