https://github.com/python/cpython/commit/2bea4f099519696345974ffa9f0f939d855d594d commit: 2bea4f099519696345974ffa9f0f939d855d594d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-11T12:14:21+03:00 summary:
[3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492) 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 a2bb4b1830dec4..b6392450a1722f 100644 --- a/Doc/library/warnings.rst +++ b/Doc/library/warnings.rst @@ -460,7 +460,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]
