Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64bed06

Browse files
committed
merge with 3.3
2 parents b3e4144 + 9e091e1 commit 64bed06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def print_tb(tb, limit=None, file=None):
8989
print_list(extract_tb(tb, limit=limit), file=file)
9090

9191
def format_tb(tb, limit=None):
92-
"""A shorthand for 'format_list(extract_tb(tb, limit))."""
92+
"""A shorthand for 'format_list(extract_tb(tb, limit))'."""
9393
return format_list(extract_tb(tb, limit=limit))
9494

9595
def extract_tb(tb, limit=None):

0 commit comments

Comments
 (0)