Skip to content

Commit 548c119

Browse files
[3.14] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (#153860)
gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (cherry picked from commit 1736526) Co-authored-by: Ibrahim Shaqqou <101660458+IbrahimShaqqou@users.noreply.github.com>
1 parent dd9c9b0 commit 548c119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/calendar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
362362

363363
For simple text calendars this module provides the following functions.
364364

365-
.. function:: setfirstweekday(weekday)
365+
.. function:: setfirstweekday(firstweekday)
366366

367367
Sets the weekday (``0`` is Monday, ``6`` is Sunday) to start each week. The
368368
values :const:`MONDAY`, :const:`TUESDAY`, :const:`WEDNESDAY`, :const:`THURSDAY`,

0 commit comments

Comments
 (0)