mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
missing 'self' from TextCalendar.prweek.
This commit is contained in:
parent
b4e4165b96
commit
7846f4d365
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue