Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -427,12 +427,12 @@ For simple text calendars this module provides the following functions.
of the :class:`TextCalendar` class.


.. function:: prcal(year, w=0, l=0, c=6, m=3)
.. function:: prcal(theyear, w=0, l=0, c=6, m=3)

Prints the calendar for an entire year as returned by :func:`calendar`.


.. function:: calendar(year, w=2, l=1, c=6, m=3)
.. function:: calendar(theyear, w=2, l=1, c=6, m=3)

Returns a 3-column calendar for an entire year as a multi-line string using
the :meth:`~TextCalendar.formatyear` of the :class:`TextCalendar` class.
Expand Down
Loading