Skip to content

Commit 00d7950

Browse files
mfeygmiss-islington
authored andcommitted
Docs: Use the correct example module in warnings.rst (GH-137402)
(cherry picked from commit 37b9a5d) Co-authored-by: Mendel Feygelson <[email protected]>
1 parent b00a9bd commit 00d7950

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)