Prints multi-column formatting for year calendars
(cols, colwidth=_colwidth, spacing=_spacing)
| 784 | |
| 785 | |
| 786 | def format(cols, colwidth=_colwidth, spacing=_spacing): |
| 787 | """Prints multi-column formatting for year calendars""" |
| 788 | print(formatstring(cols, colwidth, spacing)) |
| 789 | |
| 790 | |
| 791 | def formatstring(cols, colwidth=_colwidth, spacing=_spacing): |