diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst index 5b076dcc2a2e1b..ac90d3f154c844 100644 --- a/Doc/library/calendar.rst +++ b/Doc/library/calendar.rst @@ -52,13 +52,13 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is Return an :class:`int` for the current first weekday (0--6). - Identical to the reading the :attr:`firstweekday` property. + Identical to reading the :attr:`firstweekday` property. .. method:: setfirstweekday(firstweekday) Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6) - Identical to the setting the :attr:`firstweekday` property. + Identical to setting the :attr:`firstweekday` property. .. method:: iterweekdays()