From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 11 Sep 2025 09:14:21 +0000 (+0200) Subject: [3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492) X-Git-Tag: v3.14.0rc3~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bea4f099519696345974ffa9f0f939d855d594d;p=thirdparty%2FPython%2Fcpython.git [3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492) Co-authored-by: Mendel Feygelson --- 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