commit | 7846f4d365c4d1564b4fe46ec8728f7473536ff7 | [log] [tgz] |
---|---|---|
author | Anthony Baxter <anthonybaxter@gmail.com> | Fri Apr 07 05:41:13 2006 +0000 |
committer | Anthony Baxter <anthonybaxter@gmail.com> | Fri Apr 07 05:41:13 2006 +0000 |
tree | 3b1c9fb146aef0c251ee02f1b0254dccee23d432 | |
parent | b4e4165b96a66a69825ef80b2af7b24cf50f3035 [diff] |
missing 'self' from TextCalendar.prweek.
diff --git a/Lib/calendar.py b/Lib/calendar.py index 723bb3c..db7b2b6 100644 --- a/Lib/calendar.py +++ b/Lib/calendar.py
@@ -256,7 +256,7 @@ similar to the UNIX program cal. """ - def prweek(theweek, width): + def prweek(self, theweek, width): """ Print a single week (no newline). """