Skip to content

Commit dfb70b4

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

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
@@ -458,7 +458,7 @@ Available Functions
458458
lower.one_way(**kw)
459459

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

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

0 commit comments

Comments
 (0)