summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-07 20:31:21 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-07-07 20:31:21 (GMT)
commit65a6436b5f9d90ba0cf417464a4149f9cf67c938 (patch)
tree9ece8b936e360cbb6d23853014800daa843f5057
parent5fc570fc7eb706bb98da3a6343aa94c8f33d702e (diff)
downloadcpython-65a6436b5f9d90ba0cf417464a4149f9cf67c938.zip
cpython-65a6436b5f9d90ba0cf417464a4149f9cf67c938.tar.gz
cpython-65a6436b5f9d90ba0cf417464a4149f9cf67c938.tar.bz2
Fix typo found by Scott Hinton on docs@
-rw-r--r--Doc/library/time.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 304bf0c..04ddef9 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -248,7 +248,7 @@ The module defines the following functions and data items:
.. 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