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

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


http://hg.python.org/cpython/rev/a6d5fde72843
changeset:   83085:a6d5fde72843
branch:      3.3
parent:      83082:ee5add45bf9d
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
@@ -672,7 +672,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