]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Sep 2025 09:14:21 +0000 (11:14 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Sep 2025 09:14:21 +0000 (12:14 +0300)
Co-authored-by: Mendel Feygelson <mfeygelson@gmail.com>
Doc/library/warnings.rst

index a2bb4b1830dec4f3265b4273eef7cf462160369f..b6392450a1722f0df84ca588c99c365fd4d5e709 100644 (file)
@@ -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