]> granicus.if.org Git - python/commitdiff
Fixed typos in TZ format description
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 28 Aug 2015 20:56:45 +0000 (16:56 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Fri, 28 Aug 2015 20:56:45 +0000 (16:56 -0400)
Doc/library/time.rst

index 3d335c88674fb99db05df669f47d9e4f88843f65..73436ca01392989df1ad0fad62b68ecba1a4d50c 100644 (file)
@@ -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 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.