From b1db24d28f769d0c48c552d34de34f4dc0277eef Mon Sep 17 00:00:00 2001 From: podmar Date: Sat, 18 Jul 2026 14:29:48 +0200 Subject: [PATCH] correct documented param from n to width --- Doc/library/calendar.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst index 60cd214b450101..e5cb1c56ae804f 100644 --- a/Doc/library/calendar.rst +++ b/Doc/library/calendar.rst @@ -400,9 +400,9 @@ For simple text calendars this module provides the following functions. *month* (``1``--``12``), *day* (``1``--``31``). -.. function:: weekheader(n) +.. function:: weekheader(width) - Return a header containing abbreviated weekday names. *n* specifies the width in + Return a header containing abbreviated weekday names. *width* specifies the width in characters for one weekday.