Skip to content

Commit c77f71f

Browse files
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
(cherry picked from commit 344dce3) Co-authored-by: Nima Dini <[email protected]>
1 parent a1d2084 commit c77f71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/calendar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ For simple text calendars this module provides the following functions.
349349
.. function:: monthcalendar(year, month)
350350

351351
Returns a matrix representing a month's calendar. Each row represents a week;
352-
days outside of the month a represented by zeros. Each week begins with Monday
352+
days outside of the month are represented by zeros. Each week begins with Monday
353353
unless set by :func:`setfirstweekday`.
354354

355355

0 commit comments

Comments
 (0)