Skip to content

Commit e82ea7a

Browse files
podmarmiss-islington
authored andcommitted
gh-153934: Correct documented paramemeter in calendar.weekheader from n to width (GH-153942)
(cherry picked from commit 7486c7b) Co-authored-by: Marta <marta.podziewska@gmail.com>
1 parent 1cde4ed commit e82ea7a

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
@@ -397,9 +397,9 @@ For simple text calendars this module provides the following functions.
397397
*month* (``1``--``12``), *day* (``1``--``31``).
398398

399399

400-
.. function:: weekheader(n)
400+
.. function:: weekheader(width)
401401

402-
Return a header containing abbreviated weekday names. *n* specifies the width in
402+
Return a header containing abbreviated weekday names. *width* specifies the width in
403403
characters for one weekday.
404404

405405

0 commit comments

Comments
 (0)