]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGeorg Brandl <georg@python.org>
Sun, 13 Sep 2009 18:15:07 +0000 (18:15 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 13 Sep 2009 18:15:07 +0000 (18:15 +0000)
Doc/library/inspect.rst

index ac89850639f3270b1747785dc171b61f2f5cf6dc..361923527ee0d26329609ac89d02f58a0abe6b61 100644 (file)
@@ -569,7 +569,7 @@ line.
 
    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``.