Skip to content

Commit 298ce33

Browse files
[3.13] Docs: Use the correct example module in warnings.rst (GH-137402) (#137493)
Co-authored-by: Mendel Feygelson <mfeygelson@gmail.com>
1 parent b00a9bd commit 298ce33

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
@@ -451,7 +451,7 @@ Available Functions
451451
lower.one_way(**kw)
452452

453453
This makes the warning refer to both the ``example.lower.one_way()`` and
454-
``package.higher.another_way()`` call sites only from calling code living
454+
``example.higher.another_way()`` call sites only from calling code living
455455
outside of ``example`` package.
456456

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

0 commit comments

Comments
 (0)