Skip to content

Commit 9fba106

Browse files
[3.13] gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (GH-123231) (#124528)
gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (GH-123231) * Adding hyperlink of argument * Modify as reviewer suggested (cherry picked from commit 828583a) Co-authored-by: Damien <[email protected]>
1 parent 6607c72 commit 9fba106

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/warnings.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,9 @@ Available Context Managers
595595
passed to :func:`simplefilter` as if it were called immediately on
596596
entering the context.
597597

598+
See :ref:`warning-filter` for the meaning of the *category* and *lineno*
599+
parameters.
600+
598601
.. note::
599602

600603
The :class:`catch_warnings` manager works by replacing and

0 commit comments

Comments
 (0)