[Python-checkins] cpython: faulthandler doc: the the => the

victor.stinner python-checkins at python.org
Sun Jun 19 16:07:14 CEST 2011


http://hg.python.org/cpython/rev/0eec89955a2f
changeset:   70869:0eec89955a2f
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Sun Jun 19 16:07:20 2011 +0200
summary:
  faulthandler doc: the the => the

files:
  Doc/library/faulthandler.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/faulthandler.rst b/Doc/library/faulthandler.rst
--- a/Doc/library/faulthandler.rst
+++ b/Doc/library/faulthandler.rst
@@ -24,7 +24,7 @@
 * 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list