Skip to content

Commit 91913c9

Browse files
Deploy preview for PR 1226 🛫
1 parent ee63ae3 commit 91913c9

File tree

582 files changed

+602
-592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

582 files changed

+602
-592
lines changed

pr-preview/pr-1226/_sources/library/calendar.rst.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
5656

5757
.. method:: setfirstweekday(firstweekday)
5858

59-
Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6)
59+
Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6).
6060

6161
Identical to setting the :attr:`~Calendar.firstweekday` property.
6262

6363
.. method:: iterweekdays()
6464

65-
Return an iterator for the week day numbers that will be used for one
65+
Return an iterator for the weekday numbers that will be used for one
6666
week. The first value from the iterator will be the same as the value of
6767
the :attr:`~Calendar.firstweekday` property.
6868

@@ -88,7 +88,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
8888
Return an iterator for the month *month* in the year *year* similar to
8989
:meth:`itermonthdates`, but not restricted by the :class:`datetime.date`
9090
range. Days returned will be tuples consisting of a day of the month
91-
number and a week day number.
91+
number and a weekday number.
9292

9393

9494
.. method:: itermonthdays3(year, month)
@@ -405,7 +405,7 @@ For simple text calendars this module provides the following functions.
405405

406406
.. function:: monthrange(year, month)
407407

408-
Returns weekday of first day of the month and number of days in month, for the
408+
Returns weekday of first day of the month and number of days in month, for the
409409
specified *year* and *month*.
410410

411411

@@ -443,7 +443,7 @@ For simple text calendars this module provides the following functions.
443443
An unrelated but handy function that takes a time tuple such as returned by
444444
the :func:`~time.gmtime` function in the :mod:`time` module, and returns the
445445
corresponding Unix timestamp value, assuming an epoch of 1970, and the POSIX
446-
encoding. In fact, :func:`time.gmtime` and :func:`timegm` are each others'
446+
encoding. In fact, :func:`time.gmtime` and :func:`timegm` are each other's
447447
inverse.
448448

449449

pr-preview/pr-1226/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ <h3>導航</h3>
356356
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
357357
<br>
358358
<br>
359-
最後更新於 4月 20, 2026 (00:32 UTC)。
359+
最後更新於 4月 21, 2026 (00:34 UTC)。
360360

361361
<a href="/bugs.html">發現 bug</a>
362362

pr-preview/pr-1226/bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ <h3>導航</h3>
393393
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
394394
<br>
395395
<br>
396-
最後更新於 4月 20, 2026 (00:32 UTC)。
396+
最後更新於 4月 21, 2026 (00:34 UTC)。
397397

398398
<a href="/bugs.html">發現 bug</a>
399399

pr-preview/pr-1226/c-api/abstract.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ <h3>導航</h3>
365365
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
366366
<br>
367367
<br>
368-
最後更新於 4月 20, 2026 (00:32 UTC)。
368+
最後更新於 4月 21, 2026 (00:34 UTC)。
369369

370370
<a href="/bugs.html">發現 bug</a>
371371

pr-preview/pr-1226/c-api/allocation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ <h3>導航</h3>
574574
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
575575
<br>
576576
<br>
577-
最後更新於 4月 20, 2026 (00:32 UTC)。
577+
最後更新於 4月 21, 2026 (00:34 UTC)。
578578

579579
<a href="/bugs.html">發現 bug</a>
580580

pr-preview/pr-1226/c-api/apiabiversion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ <h3>導航</h3>
514514
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
515515
<br>
516516
<br>
517-
最後更新於 4月 20, 2026 (00:32 UTC)。
517+
最後更新於 4月 21, 2026 (00:34 UTC)。
518518

519519
<a href="/bugs.html">發現 bug</a>
520520

pr-preview/pr-1226/c-api/arg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ <h3>導航</h3>
996996
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
997997
<br>
998998
<br>
999-
最後更新於 4月 20, 2026 (00:32 UTC)。
999+
最後更新於 4月 21, 2026 (00:34 UTC)。
10001000

10011001
<a href="/bugs.html">發現 bug</a>
10021002

pr-preview/pr-1226/c-api/bool.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h3>導航</h3>
376376
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
377377
<br>
378378
<br>
379-
最後更新於 4月 20, 2026 (00:32 UTC)。
379+
最後更新於 4月 21, 2026 (00:34 UTC)。
380380

381381
<a href="/bugs.html">發現 bug</a>
382382

pr-preview/pr-1226/c-api/buffer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ <h3>導航</h3>
10641064
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
10651065
<br>
10661066
<br>
1067-
最後更新於 4月 20, 2026 (00:32 UTC)。
1067+
最後更新於 4月 21, 2026 (00:34 UTC)。
10681068

10691069
<a href="/bugs.html">發現 bug</a>
10701070

pr-preview/pr-1226/c-api/bytearray.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ <h3>導航</h3>
457457
<a href="https://www.python.org/psf/donations/">敬請捐贈。</a>
458458
<br>
459459
<br>
460-
最後更新於 4月 20, 2026 (00:32 UTC)。
460+
最後更新於 4月 21, 2026 (00:34 UTC)。
461461

462462
<a href="/bugs.html">發現 bug</a>
463463

0 commit comments

Comments
 (0)