Updated docstring.

pull/61/head
Christian T. Jacobs 2017-04-20 23:35:03 +01:00
rodzic 3809b4b852
commit 868d7b2c9c
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -70,7 +70,12 @@ class Awards:
return
def count(self, logbook):
""" Update the table for progress tracking. """
""" Update the table for progress tracking.
:arg logbook: The logbook containing logs which in turn contain QSOs.
:returns: A list of lists containing the QSO counts for different modes and bands.
:rtype: list
"""
logging.debug("Counting the band/mode combinations for the awards table...")
# Wipe everything and start again.