mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[3.14] Docs: Use the correct example module in warnings.rst (GH-137402) (#137492)
Co-authored-by: Mendel Feygelson <mfeygelson@gmail.com>
This commit is contained in:
parent
7f5319dd54
commit
2bea4f0995
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue