From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:58:11 +0000 (+0200) Subject: [3.13] Docs: Use the correct example module in warnings.rst (GH-137402) (#137493) X-Git-Tag: v3.13.7~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=298ce3364c365f7e5461f848f2e53472abca79a9;p=thirdparty%2FPython%2Fcpython.git [3.13] Docs: Use the correct example module in warnings.rst (GH-137402) (#137493) Co-authored-by: Mendel Feygelson --- 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