missing 'self' from TextCalendar.prweek.

This commit is contained in:
Anthony Baxter 2006-04-07 05:41:13 +00:00
parent b4e4165b96
commit 7846f4d365

View file

@ -256,7 +256,7 @@ class TextCalendar(Calendar):
similar to the UNIX program cal.
"""
def prweek(theweek, width):
def prweek(self, theweek, width):
"""
Print a single week (no newline).
"""