Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb3167 commit 357cb98Copy full SHA for 357cb98
1 file changed
Doc/library/time.rst
@@ -634,11 +634,11 @@ The module defines the following functions and data items:
634
it is possible to refer to February 29.
635
636
:samp:`M{m}.{n}.{d}`
637
- 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
638
<= *n* <= 5, 1 <= *m* <= 12, where week 5 means "the last *d* day in
639
month *m*" which may occur in either the fourth or the fifth
640
week). Week 1 is the first week in which the *d*'th day occurs. Day
641
- zero is Sunday.
+ zero is a Sunday.
642
643
``time`` has the same format as ``offset`` except that no leading sign
644
('-' or '+') is allowed. The default, if time is not given, is 02:00:00.
0 commit comments