From 57ac4095af06e02345bf0a4d620b64387dcd9f58 Mon Sep 17 00:00:00 2001 From: Ibrahim Shaqqou <101660458+IbrahimShaqqou@users.noreply.github.com> Date: Fri, 17 Jul 2026 12:43:26 -0400 Subject: [PATCH] Docs: Fix parameter name of calendar.setfirstweekday() --- Doc/library/calendar.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst index 31faa8c4fb43dc6..60cd214b4501010 100644 --- a/Doc/library/calendar.rst +++ b/Doc/library/calendar.rst @@ -365,7 +365,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`,