Commit ad7363be authored by Walter Dörwald's avatar Walter Dörwald

Backport r58942:

Fix TextCalendar.prweek(). This closes issue #1427.
parent d66350ad
......@@ -263,7 +263,7 @@ class TextCalendar(Calendar):
"""
Print a single week (no newline).
"""
print self.week(theweek, width),
print self.formatweek(theweek, width),
def formatday(self, day, weekday, width):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment