Skip to content

Commit a948d4f

Browse files
authored
Add a missing asterisk in traceback doc to complete formatting (#2675)
1 parent 884c4ca commit a948d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/traceback.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The module defines the following functions:
6767

6868
This function prints a stack trace from its invocation point. The optional
6969
*f* argument can be used to specify an alternate stack frame to start. The
70-
optional limit* and *file* arguments have the same meaning as for
70+
optional *limit* and *file* arguments have the same meaning as for
7171
:func:`print_exception`.
7272

7373

0 commit comments

Comments
 (0)