Skip to content

Commit a15d132

Browse files
[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 1736526) Co-authored-by: Ibrahim Shaqqou <101660458+IbrahimShaqqou@users.noreply.github.com>
1 parent c8a0fbf commit a15d132

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

358358
For simple text calendars this module provides the following functions.
359359

360-
.. function:: setfirstweekday(weekday)
360+
.. function:: setfirstweekday(firstweekday)
361361

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

0 commit comments

Comments
 (0)