diff --git a/Doc/library/calendar.rst b/Doc/library/calendar.rst index 7798b716f10c3a7..4f031f32394d02d 100644 --- a/Doc/library/calendar.rst +++ b/Doc/library/calendar.rst @@ -392,9 +392,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.