@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-04-07 15:02 +0000\n "
14+ "POT-Creation-Date : 2026-04-21 15:07 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -79,14 +79,14 @@ msgid "Identical to reading the :attr:`~Calendar.firstweekday` property."
7979msgstr ""
8080
8181msgid ""
82- "Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6)"
82+ "Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6). "
8383msgstr ""
8484
8585msgid "Identical to setting the :attr:`~Calendar.firstweekday` property."
8686msgstr ""
8787
8888msgid ""
89- "Return an iterator for the week day numbers that will be used for one week. "
89+ "Return an iterator for the weekday numbers that will be used for one week. "
9090"The first value from the iterator will be the same as the value of the :attr:"
9191"`~Calendar.firstweekday` property."
9292msgstr ""
@@ -109,7 +109,7 @@ msgid ""
109109"Return an iterator for the month *month* in the year *year* similar to :meth:"
110110"`itermonthdates`, but not restricted by the :class:`datetime.date` range. "
111111"Days returned will be tuples consisting of a day of the month number and a "
112- "week day number."
112+ "weekday number."
113113msgstr ""
114114
115115msgid ""
@@ -382,7 +382,7 @@ msgid ""
382382msgstr ""
383383
384384msgid ""
385- "Returns weekday of first day of the month and number of days in month, for "
385+ "Returns weekday of first day of the month and number of days in month, for "
386386"the specified *year* and *month*."
387387msgstr ""
388388
@@ -413,7 +413,7 @@ msgid ""
413413"An unrelated but handy function that takes a time tuple such as returned by "
414414"the :func:`~time.gmtime` function in the :mod:`time` module, and returns the "
415415"corresponding Unix timestamp value, assuming an epoch of 1970, and the POSIX "
416- "encoding. In fact, :func:`time.gmtime` and :func:`timegm` are each others' "
416+ "encoding. In fact, :func:`time.gmtime` and :func:`timegm` are each other's "
417417"inverse."
418418msgstr ""
419419
0 commit comments