commit | edc526c161a47203a3a1fdabd1a3e52374530b09 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Mon Nov 12 10:01:33 2007 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Mon Nov 12 10:01:33 2007 +0000 |
tree | 90b554ee5a252e43e760170cf38dcf24a73e3701 | |
parent | 63bf149a264a246f109683d6ac54f84859a89660 [diff] [blame] |
Fix TextCalendar.prweek(). This closes issue #1427.
diff --git a/Lib/calendar.py b/Lib/calendar.py index acd463f..736bd23 100644 --- a/Lib/calendar.py +++ b/Lib/calendar.py
@@ -263,7 +263,7 @@ """ Print a single week (no newline). """ - print self.week(theweek, width), + print self.formatweek(theweek, width), def formatday(self, day, weekday, width): """