Skip to content

Commit 344dce3

Browse files
authored
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
1 parent 4c8f09d commit 344dce3

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)