]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41228: Fix /a/are/ in monthcalendar() descripton (GH-21372)
authorNima Dini <nima.dini@gmail.com>
Sat, 11 Jul 2020 01:54:53 +0000 (18:54 -0700)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2020 01:54:53 +0000 (21:54 -0400)
Doc/library/calendar.rst

index 56b75ef0f850a6726d335880bb3f776bdc1fc4f4..c3c04db853ed2d4d7938a8b3400a4301577c942a 100644 (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`.