bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)

This commit is contained in:
Nima Dini 2020-07-10 18:54:53 -07:00 committed by GitHub
parent 4c8f09d7ce
commit 344dce312a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ For simple text calendars this module provides the following functions.
.. function:: monthcalendar(year, month) .. function:: monthcalendar(year, month)
Returns a matrix representing a month's calendar. Each row represents a week; 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`. unless set by :func:`setfirstweekday`.