From dfb70b4cf7ceab4472a93d4181dd50a3fddaf830 Mon Sep 17 00:00:00 2001 From: Mendel Feygelson Date: Wed, 6 Aug 2025 16:51:59 -0500 Subject: [PATCH] Docs: Use the correct example module in warnings.rst (GH-137402) (cherry picked from commit 37b9a5df9331fa76cdfc9d4fc05765c1136118ab) Co-authored-by: Mendel Feygelson --- Doc/library/warnings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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