]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Use the correct example module in warnings.rst (#137402)
authorMendel Feygelson <mfeygelson@gmail.com>
Wed, 6 Aug 2025 21:51:59 +0000 (16:51 -0500)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 21:51:59 +0000 (22:51 +0100)
Doc/library/warnings.rst

index 00bafd1be4bd0c09a3cde8a4b5aecff490489712..05e061cc6977785956ca38f477233d28f857cba0 100644 (file)
@@ -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