Skip to content

Commit 2bea4f0

Browse files
[3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492)
Co-authored-by: Mendel Feygelson <[email protected]>
1 parent 7f5319d commit 2bea4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/warnings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ Available Functions
460460
lower.one_way(**kw)
461461

462462
This makes the warning refer to both the ``example.lower.one_way()`` and
463-
``package.higher.another_way()`` call sites only from calling code living
463+
``example.higher.another_way()`` call sites only from calling code living
464464
outside of ``example`` package.
465465

466466
*source*, if supplied, is the destroyed object which emitted a

0 commit comments

Comments
 (0)