From 298ce3364c365f7e5461f848f2e53472abca79a9 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 6 Aug 2025 23:58:11 +0200 Subject: [PATCH] [3.13] Docs: Use the correct example module in warnings.rst (GH-137402) (#137493) 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 40b96080a3c9..288181a98268 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 -- 2.47.3