From: Xiang Zhang Date: Wed, 12 Jul 2017 03:41:33 +0000 (+0800) Subject: Add a missing asterisk in traceback doc to complete formatting (#2675) X-Git-Tag: v2.7.14rc1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a948d4f7531beb9e29ac77aaf4311353679e4949;p=thirdparty%2FPython%2Fcpython.git Add a missing asterisk in traceback doc to complete formatting (#2675) --- diff --git a/Doc/library/traceback.rst b/Doc/library/traceback.rst index 7c782358e31c..5e611416bffc 100644 --- a/Doc/library/traceback.rst +++ b/Doc/library/traceback.rst @@ -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`.