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

(cherry picked from commit 344dce312a)

Co-authored-by: Nima Dini <nima.dini@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-07-10 19:07:37 -07:00 committed by GitHub
parent 3daf0017de
commit a77b1f6b5b
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)
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`.