Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-02-17 13:20:21 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-02-17 13:20:21 (GMT)
commit62cf099954a5c8006f31fa8d1d330035542b762e (patch)
tree57ffc8fd551353c3d760f5bb8e9815733c4c69d4
parent08044b689c3cbed3b18e58bb5267951024a778ee (diff)
Docstring for the stopwatch reader
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
-rw-r--r--readers.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/readers.py b/readers.py
index ce7af80..ca60066 100644
--- a/readers.py
+++ b/readers.py
@@ -25,7 +25,12 @@ from gettext import gettext as _
class StopWatchReader():
+ """Reader for StopWatch activity.
+ If the data has only one stopwatch with marks, graphic the marks.
+ Else, graphic the final time of the stopwatches.
+
+ """
def __init__(self, data):
"""Import chart data from file."""