summaryrefslogtreecommitdiffstats
path: root/Doc/library/time.rst
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2015-08-28 20:56:45 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2015-08-28 20:56:45 (GMT)
commit357cb986b2e330d63dbe3115b32a4acaa93e3918 (patch)
tree9462749c7817a343ee587bb6dc493dd4c4add66f /Doc/library/time.rst
parentccb31673a68f700489540212fad14b749add05a1 (diff)
downloadcpython-357cb986b2e330d63dbe3115b32a4acaa93e3918.zip
cpython-357cb986b2e330d63dbe3115b32a4acaa93e3918.tar.gz
cpython-357cb986b2e330d63dbe3115b32a4acaa93e3918.tar.bz2
Fixed typos in TZ format description
Diffstat (limited to 'Doc/library/time.rst')
-rw-r--r--Doc/library/time.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 3d335c8..73436ca 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -634,11 +634,11 @@ The module defines the following functions and data items:
it is possible to refer to February 29.
:samp:`M{m}.{n}.{d}`
- The *d*'th day (0 <= *d* <= 6) or week *n* of month *m* of the year (1
+ The *d*'th day (0 <= *d* <= 6) of week *n* of month *m* of the year (1
<= *n* <= 5, 1 <= *m* <= 12, where week 5 means "the last *d* day in
month *m*" which may occur in either the fourth or the fifth
week). Week 1 is the first week in which the *d*'th day occurs. Day
- zero is Sunday.
+ zero is a Sunday.
``time`` has the same format as ``offset`` except that no leading sign
('-' or '+') is allowed. The default, if time is not given, is 02:00:00.