Commit 2dd647b8 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

typo fix

parent 1eaf0742
...@@ -269,7 +269,7 @@ Available Classes ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment