[Python-checkins] cpython (2.7): Issue #15940: Replace tab.

terry.reedy python-checkins at python.org
Wed Apr 3 18:50:54 CEST 2013


http://hg.python.org/cpython/rev/b7d2cb2214d8
changeset:   83087:b7d2cb2214d8
branch:      2.7
parent:      83084:5ffb808683e1
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Apr 03 12:45:24 2013 -0400
summary:
  Issue #15940: Replace tab.

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


diff --git a/Doc/library/time.rst b/Doc/library/time.rst
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -548,7 +548,7 @@
 
    Module :mod:`locale`
       Internationalization services.  The locale setting affects the interpretation
-	  of many format specifiers in :func:`strftime` and :func:`strptime`.
+      of many format specifiers in :func:`strftime` and :func:`strptime`.
 
    Module :mod:`calendar`
       General calendar-related functions.   :func:`timegm` is the inverse of

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


More information about the Python-checkins mailing list