From 37b9a5df9331fa76cdfc9d4fc05765c1136118ab 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 (#137402) --- 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 00bafd1be4bd..05e061cc6977 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 -- 2.47.3