Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/labyrinthactivity.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2009-10-30 03:09:33 (GMT)
committer Gary Martin <gary@garycmartin.com>2009-10-30 03:09:33 (GMT)
commitca708704ebf6e60558defad5a08e944eea12f33d (patch)
treec32b013fd13965d5e74bd56637c83043c33d7675 /labyrinthactivity.py
parent3d978c9a23730ba69edefe26531b02c3f324581f (diff)
Updated a method doc string.
Diffstat (limited to 'labyrinthactivity.py')
-rw-r--r--labyrinthactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/labyrinthactivity.py b/labyrinthactivity.py
index 1c356b4..89e431c 100644
--- a/labyrinthactivity.py
+++ b/labyrinthactivity.py
@@ -310,7 +310,7 @@ class LabyrinthActivity(activity.Activity):
self.set_focus_child(self._main_area)
def __expose(self, widget, event):
- """Create skeleton map at start
+ """Create canvas hint message at start
"""
thought_count = len(self._main_area.thoughts)
if thought_count > 0: