summaryrefslogtreecommitdiff
path: root/Doc/library
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/warnings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst
index ccd7b442c3..e3d3b5b208 100644
--- a/Doc/library/warnings.rst
+++ b/Doc/library/warnings.rst
@@ -253,7 +253,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