summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-06-19 14:07:20 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-06-19 14:07:20 (GMT)
commit2510d9e8d9d3244c8d35efdd01bca265755655de (patch)
tree6445bc2434af30b9413c9c849ec4ac016c54feef /Doc/library
parent3b83ff61385e6ee4f35007b7ae5e67c810d0ed2f (diff)
downloadcpython-2510d9e8d9d3244c8d35efdd01bca265755655de.zip
cpython-2510d9e8d9d3244c8d35efdd01bca265755655de.tar.gz
cpython-2510d9e8d9d3244c8d35efdd01bca265755655de.tar.bz2
faulthandler doc: the the => the
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/faulthandler.rst2
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.