mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
typo
This commit is contained in:
parent
42ac47548d
commit
a3a3fc6770
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ def getinnerframes(tb, context=1):
|
|||
return framelist
|
||||
|
||||
def currentframe():
|
||||
"""Return the frame or the caller or None if this is not possible."""
|
||||
"""Return the frame of the caller or None if this is not possible."""
|
||||
return sys._getframe(1) if hasattr(sys, "_getframe") else None
|
||||
|
||||
def stack(context=1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue