diff options
author | Georg Brandl <georg@python.org> | 2009-09-13 18:15:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-13 18:15:07 (GMT) |
commit | 6848d82a7c90ccf28ba0991129f99675e7b78e24 (patch) | |
tree | 66dba2cf10e233ca9951cfe4fbb0283b7f9ddd81 | |
parent | 5a9719d62745a8eed14b5084c2bdb16bf5cb8011 (diff) | |
download | cpython-6848d82a7c90ccf28ba0991129f99675e7b78e24.zip cpython-6848d82a7c90ccf28ba0991129f99675e7b78e24.tar.gz cpython-6848d82a7c90ccf28ba0991129f99675e7b78e24.tar.bz2 |
Typo fix.
-rw-r--r-- | Doc/library/inspect.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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``. |