[Python-checkins] cpython (2.7): Fix typo found by Scott Hinton on docs@

zach.ware python-checkins at python.org
Mon Jul 7 22:31:49 CEST 2014


http://hg.python.org/cpython/rev/8ebda8114e97
changeset:   91597:8ebda8114e97
branch:      2.7
parent:      91577:01ec8bb7187f
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Jul 07 15:31:21 2014 -0500
summary:
  Fix typo found by Scott Hinton on docs@

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
@@ -248,7 +248,7 @@
 
    .. versionchanged:: 2.5
       0 is now a legal argument for any position in the time tuple; if it is normally
-      illegal the value is forced to a correct one..
+      illegal the value is forced to a correct one.
 
    The following directives can be embedded in the *format* string. They are shown
    without the optional field width and precision specification, and are replaced

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


More information about the Python-checkins mailing list