From: Andrew M. Kuchling Date: Tue, 2 Sep 2008 01:39:18 +0000 (+0000) Subject: typo fix X-Git-Tag: v2.6rc1~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dd647b8fc97e03d4e4d9088090d8b8bc42862fe;p=thirdparty%2FPython%2Fcpython.git typo fix --- diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst index ae3ab680f31e..aaf7897e75f0 100644 --- a/Doc/library/warnings.rst +++ b/Doc/library/warnings.rst @@ -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