Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 357cb98

Browse files
committed
Fixed typos in TZ format description
1 parent ccb3167 commit 357cb98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/time.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,11 +634,11 @@ The module defines the following functions and data items:
634634
it is possible to refer to February 29.
635635

636636
:samp:`M{m}.{n}.{d}`
637-
The *d*'th day (0 <= *d* <= 6) or week *n* of month *m* of the year (1
637+
The *d*'th day (0 <= *d* <= 6) of week *n* of month *m* of the year (1
638638
<= *n* <= 5, 1 <= *m* <= 12, where week 5 means "the last *d* day in
639639
month *m*" which may occur in either the fourth or the fifth
640640
week). Week 1 is the first week in which the *d*'th day occurs. Day
641-
zero is Sunday.
641+
zero is a Sunday.
642642

643643
``time`` has the same format as ``offset`` except that no leading sign
644644
('-' or '+') is allowed. The default, if time is not given, is 02:00:00.

0 commit comments

Comments
 (0)