From 30b9d5d3af043fc2687ad11a188a34fe355e20ef Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 17 Aug 2013 15:50:46 +0300 Subject: =?UTF-8?q?#18705:=20fix=20a=20number=20of=20typos.=20=20Patch=20b?= =?UTF-8?q?y=20F=C3=A9vry=20Thibault.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/calendar.py') diff --git a/Lib/calendar.py b/Lib/calendar.py index 3bbf399649..02050ea457 100644 --- a/Lib/calendar.py +++ b/Lib/calendar.py @@ -220,7 +220,7 @@ class Calendar(object): def yeardatescalendar(self, year, width=3): """ Return the data for the specified year ready for formatting. The return - value is a list of month rows. Each month row contains upto width months. + value is a list of month rows. Each month row contains up to width months. Each month contains between 4 and 6 weeks and each week contains 1-7 days. Days are datetime.date objects. """ -- cgit v1.2.1