Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3e4144 + 9e091e1 commit 64bed06Copy full SHA for 64bed06
1 file changed
Lib/traceback.py
@@ -89,7 +89,7 @@ def print_tb(tb, limit=None, file=None):
89
print_list(extract_tb(tb, limit=limit), file=file)
90
91
def format_tb(tb, limit=None):
92
- """A shorthand for 'format_list(extract_tb(tb, limit))."""
+ """A shorthand for 'format_list(extract_tb(tb, limit))'."""
93
return format_list(extract_tb(tb, limit=limit))
94
95
def extract_tb(tb, limit=None):
0 commit comments