From 6848d82a7c90ccf28ba0991129f99675e7b78e24 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 13 Sep 2009 18:15:07 +0000 Subject: Typo fix. --- Doc/library/inspect.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index ac89850..3619235 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``. -- cgit v0.12