From: Georg Brandl Date: Sun, 13 Sep 2009 18:15:07 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.7a1~549 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6848d82a7c90ccf28ba0991129f99675e7b78e24;p=python Typo fix. --- diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index ac89850639..361923527e 100644 --- a/Doc/library/inspect.rst +++ b/Doc/library/inspect.rst @@ -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``.