mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
This commit is contained in:
parent
4c8f09d7ce
commit
344dce312a
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ For simple text calendars this module provides the following functions.
|
|||
.. function:: monthcalendar(year, month)
|
||||
|
||||
Returns a matrix representing a month's calendar. Each row represents a week;
|
||||
days outside of the month a represented by zeros. Each week begins with Monday
|
||||
days outside of the month are represented by zeros. Each week begins with Monday
|
||||
unless set by :func:`setfirstweekday`.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue