gh-153853: Fix parameter name of calendar.setfirstweekday() in docs (GH-153851)
(cherry picked from commit
1736526023a3e616d1530815880bb3b28e3433c3)
Co-authored-by: Ibrahim Shaqqou <101660458+IbrahimShaqqou@users.noreply.github.com>
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`,