diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-09-02 01:39:18 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-09-02 01:39:18 (GMT) |
commit | 2dd647b8fc97e03d4e4d9088090d8b8bc42862fe (patch) | |
tree | acad891928b6117f03e036b02f934c6f743c98cf | |
parent | 1eaf0742d877fd9d84d6ed82a04bc33b027e9ad0 (diff) | |
download | cpython-2dd647b8fc97e03d4e4d9088090d8b8bc42862fe.zip cpython-2dd647b8fc97e03d4e4d9088090d8b8bc42862fe.tar.gz cpython-2dd647b8fc97e03d4e4d9088090d8b8bc42862fe.tar.bz2 |
typo fix
-rw-r--r-- | Doc/library/warnings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/warnings.rst b/Doc/library/warnings.rst index ae3ab68..aaf7897 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 |