]> granicus.if.org Git - python/commitdiff
Add a missing asterisk in traceback doc to complete formatting (#2675)
authorXiang Zhang <angwerzx@126.com>
Wed, 12 Jul 2017 03:41:33 +0000 (11:41 +0800)
committerGitHub <noreply@github.com>
Wed, 12 Jul 2017 03:41:33 +0000 (11:41 +0800)
Doc/library/traceback.rst

index 7c782358e31c8b4c15684e4db0704a1d11d18c03..5e611416bffc42cd08b4cd1e2a644a7f76f7287e 100644 (file)
@@ -67,7 +67,7 @@ The module defines the following functions:
 
    This function prints a stack trace from its invocation point. The optional
    *f* argument can be used to specify an alternate stack frame to start. The
-   optional limit* and *file* arguments have the same meaning as for
+   optional *limit* and *file* arguments have the same meaning as for
    :func:`print_exception`.