From: Victor Stinner Date: Sun, 19 Jun 2011 14:07:20 +0000 (+0200) Subject: faulthandler doc: the the => the X-Git-Tag: v3.3.0a1~2097^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2510d9e8d9d3244c8d35efdd01bca265755655de;p=thirdparty%2FPython%2Fcpython.git faulthandler doc: the the => the --- diff --git a/Doc/library/faulthandler.rst b/Doc/library/faulthandler.rst index 83f9ccafee95..f335afd1c65f 100644 --- a/Doc/library/faulthandler.rst +++ b/Doc/library/faulthandler.rst @@ -24,7 +24,7 @@ tracebacks: * Only ASCII is supported. The ``backslashreplace`` error handler is used on encoding. * Each string is limited to 100 characters. -* Only the the filename, the function name and the line number are +* Only the filename, the function name and the line number are displayed. (no source code) * It is limited to 100 frames and 100 threads.