Skip to content

Commit 0be137d

Browse files
[3.15] gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851) (#153859)
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 9f85842 commit 0be137d

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
@@ -365,7 +365,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
365365

366366
For simple text calendars this module provides the following functions.
367367

368-
.. function:: setfirstweekday(weekday)
368+
.. function:: setfirstweekday(firstweekday)
369369

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

0 commit comments

Comments
 (0)