This commit is contained in:
Andrew M. Kuchling 2008-09-02 01:39:18 +00:00
parent 1eaf0742d8
commit 2dd647b8fc
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ Available Classes
.. 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
*record* argument specifies whether warnings that would typically be
handled by :func:`showwarning` should instead be recorded by the