From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:59:09 +0000 (+0200) Subject: [3.13] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a15d13218109473fe64fcc9000984fb35d5eddec;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (#153861) gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (cherry picked from commit 1736526023a3e616d1530815880bb3b28e3433c3) Co-authored-by: Ibrahim Shaqqou <101660458+IbrahimShaqqou@users.noreply.github.com> --- diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst index 7e276b94f983..7798b716f10c 100644 --- a/Doc/library/calendar.rst +++ b/Doc/library/calendar.rst @@ -357,7 +357,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is For simple text calendars this module provides the following functions. -.. function:: setfirstweekday(weekday) +.. function:: setfirstweekday(firstweekday) Sets the weekday (``0`` is Monday, ``6`` is Sunday) to start each week. The values :const:`MONDAY`, :const:`TUESDAY`, :const:`WEDNESDAY`, :const:`THURSDAY`,