[Python-checkins] r66136 - python/trunk/Doc/library/warnings.rst

andrew.kuchling python-checkins at python.org
Tue Sep 2 03:39:18 CEST 2008


Author: andrew.kuchling
Date: Tue Sep  2 03:39:18 2008
New Revision: 66136

Log:
typo fix

Modified:
   python/trunk/Doc/library/warnings.rst

Modified: python/trunk/Doc/library/warnings.rst
==============================================================================
--- python/trunk/Doc/library/warnings.rst	(original)
+++ python/trunk/Doc/library/warnings.rst	Tue Sep  2 03:39:18 2008
@@ -269,7 +269,7 @@
 
 .. 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


More information about the Python-checkins mailing list