Skip to content

Commit 751d27c

Browse files
minus the minus the
1 parent 8133ed1 commit 751d27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/calendar.rst

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

5353
Return an :class:`int` for the current first weekday (0--6).
5454

55-
Identical to the reading the :attr:`firstweekday` property.
55+
Identical to reading the :attr:`firstweekday` property.
5656

5757
.. method:: setfirstweekday(firstweekday)
5858

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

61-
Identical to the setting the :attr:`firstweekday` property.
61+
Identical to setting the :attr:`firstweekday` property.
6262

6363
.. method:: iterweekdays()
6464

0 commit comments

Comments
 (0)