[Python-checkins] r74784 - python/trunk/Doc/library/inspect.rst

georg.brandl python-checkins at python.org
Sun Sep 13 20:15:07 CEST 2009


Author: georg.brandl
Date: Sun Sep 13 20:15:07 2009
New Revision: 74784

Log:
Typo fix.

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

Modified: python/trunk/Doc/library/inspect.rst
==============================================================================
--- python/trunk/Doc/library/inspect.rst	(original)
+++ python/trunk/Doc/library/inspect.rst	Sun Sep 13 20:15:07 2009
@@ -569,7 +569,7 @@
 
    This function relies on Python stack frame support in the interpreter, which
    isn't guaranteed to exist in all implementations of Python. If running in
-   an implmentation without Python stack frame support this function returns
+   an implementation without Python stack frame support this function returns
    ``None``.
 
 


More information about the Python-checkins mailing list