From 2bea4f099519696345974ffa9f0f939d855d594d Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 11 Sep 2025 11:14:21 +0200 Subject: [PATCH] [3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492) 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 a2bb4b1830de..b6392450a172 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 -- 2.47.3