]> granicus.if.org Git - python/commitdiff
faulthandler doc: the the => the
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 19 Jun 2011 14:07:20 +0000 (16:07 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 19 Jun 2011 14:07:20 +0000 (16:07 +0200)
Doc/library/faulthandler.rst

index 83f9ccafee95fb1fa10c96262c8554eff998dd1b..f335afd1c65f22421674a8e99d0c3aff43352d42 100644 (file)
@@ -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.