From 751d27c4a6ce4304e1c3a637b1f0a6bbb234e854 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Tue, 7 Jan 2025 00:56:57 +0100 Subject: [PATCH] minus the minus the --- Doc/library/calendar.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()