https://github.com/python/cpython/commit/298ce3364c365f7e5461f848f2e53472abca79a9 commit: 298ce3364c365f7e5461f848f2e53472abca79a9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> 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 <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
