Skip to content

Commit 75106e7

Browse files
[3.13] gh-153934: Correct documented parameter in calendar.weekheader from n to width (GH-153942) (GH-153945)
(cherry picked from commit 7486c7b) Co-authored-by: Marta <marta.podziewska@gmail.com>
1 parent a264c83 commit 75106e7

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)