From: Mendel Feygelson Date: Wed, 6 Aug 2025 21:51:59 +0000 (-0500) Subject: Docs: Use the correct example module in warnings.rst (#137402) X-Git-Tag: v3.15.0a1~757 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b9a5df9331fa76cdfc9d4fc05765c1136118ab;p=thirdparty%2FPython%2Fcpython.git Docs: Use the correct example module in warnings.rst (#137402) --- 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