Skip to content

Commit 7486c7b

Browse files
authored
gh-153934: Correct documented paramemeter in calendar.weekheader from n to width (GH-153942)
1 parent 0e81ef9 commit 7486c7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/calendar.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@ For simple text calendars this module provides the following functions.
400400
*month* (``1``--``12``), *day* (``1``--``31``).
401401

402402

403-
.. function:: weekheader(n)
403+
.. function:: weekheader(width)
404404

405-
Return a header containing abbreviated weekday names. *n* specifies the width in
405+
Return a header containing abbreviated weekday names. *width* specifies the width in
406406
characters for one weekday.
407407

408408

0 commit comments

Comments
 (0)