]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Docs: Use the correct example module in warnings.rst (GH-137402) (#137493)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 6 Aug 2025 21:58:11 +0000 (23:58 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 21:58:11 +0000 (21:58 +0000)
Co-authored-by: Mendel Feygelson <mfeygelson@gmail.com>
Doc/library/warnings.rst

index 40b96080a3c990d94ef708bff65eb2d7f0d68982..288181a982685886a4f922569b1f0f15fd033544 100644 (file)
@@ -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