diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst index ac89850639f..361923527ee 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``.