Kaydet (Commit) edc526c1 authored tarafından Walter Dörwald's avatar Walter Dörwald

Fix TextCalendar.prweek(). This closes issue #1427.

üst 63bf149a
...@@ -263,7 +263,7 @@ class TextCalendar(Calendar): ...@@ -263,7 +263,7 @@ class TextCalendar(Calendar):
""" """
Print a single week (no newline). Print a single week (no newline).
""" """
print self.week(theweek, width), print self.formatweek(theweek, width),
def formatday(self, day, weekday, 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