Skip to content

Commit 828583a

Browse files
authored
gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (#123231)
* Adding hyperlink of argument * Modify as reviewer suggested
1 parent f8651a2 commit 828583a

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
@@ -597,6 +597,9 @@ Available Context Managers
597597
passed to :func:`simplefilter` as if it were called immediately on
598598
entering the context.
599599

600+
See :ref:`warning-filter` for the meaning of the *category* and *lineno*
601+
parameters.
602+
600603
.. note::
601604

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

0 commit comments

Comments
 (0)