]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 2 Sep 2008 01:39:18 +0000 (01:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 2 Sep 2008 01:39:18 +0000 (01:39 +0000)
Doc/library/warnings.rst

index ae3ab680f31e530cbc9a907e3960a1bb252ab6c8..aaf7897e75f0d9f5aed1765da5f4f7906b6b8158 100644 (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