mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix TextCalendar.prweek(). This closes issue #1427.
This commit is contained in:
parent
63bf149a26
commit
edc526c161
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue