From a948d4f7531beb9e29ac77aaf4311353679e4949 Mon Sep 17 00:00:00 2001 From: Xiang Zhang Date: Wed, 12 Jul 2017 11:41:33 +0800 Subject: [PATCH] Add a missing asterisk in traceback doc to complete formatting (#2675) --- Doc/library/traceback.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.47.3