Skip to content

Commit a898beb

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 713f1ab commit a898beb

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

394394

395-
.. function:: weekheader(n)
395+
.. function:: weekheader(width)
396396

397-
Return a header containing abbreviated weekday names. *n* specifies the width in
397+
Return a header containing abbreviated weekday names. *width* specifies the width in
398398
characters for one weekday.
399399

400400

0 commit comments

Comments
 (0)