diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-19 14:07:20 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-06-19 14:07:20 (GMT) |
commit | 2510d9e8d9d3244c8d35efdd01bca265755655de (patch) | |
tree | 6445bc2434af30b9413c9c849ec4ac016c54feef /Doc | |
parent | 3b83ff61385e6ee4f35007b7ae5e67c810d0ed2f (diff) | |
download | cpython-2510d9e8d9d3244c8d35efdd01bca265755655de.zip cpython-2510d9e8d9d3244c8d35efdd01bca265755655de.tar.gz cpython-2510d9e8d9d3244c8d35efdd01bca265755655de.tar.bz2 |
faulthandler doc: the the => the
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/faulthandler.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/faulthandler.rst b/Doc/library/faulthandler.rst index 83f9cca..f335afd 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. |