mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
typo fix
This commit is contained in:
parent
1eaf0742d8
commit
2dd647b8fc
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ Available Classes
|
||||||
|
|
||||||
.. class:: catch_warnings([record=False[, module=None]])
|
.. class:: catch_warnings([record=False[, module=None]])
|
||||||
|
|
||||||
A context manager that guards the warnings filter from being permanentally
|
A context manager that guards the warnings filter from being permanently
|
||||||
mutated. The manager returns an instance of :class:`WarningsRecorder`. The
|
mutated. The manager returns an instance of :class:`WarningsRecorder`. The
|
||||||
*record* argument specifies whether warnings that would typically be
|
*record* argument specifies whether warnings that would typically be
|
||||||
handled by :func:`showwarning` should instead be recorded by the
|
handled by :func:`showwarning` should instead be recorded by the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue