Skip to content

Commit 1736526

Browse files
gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (#153851)
1 parent 9d231cb commit 1736526

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)