Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <dwinship@redhat.com>2007-10-04 19:18:51 (GMT)
committer Dan Winship <dwinship@redhat.com>2007-10-04 19:18:51 (GMT)
commit5b0566803273cbc45f50a834b08aec73ede26ac5 (patch)
tree592021b3173468b72e6e8cd0dbf619daa4ad0e2a
parentb82c9c2c2f872eecd95f802b28b0bdadbb5472ed (diff)
rewrite a comment so that it doesn't screw up emacs syntax highlighting :)
-rw-r--r--services/shell/activityregistryservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/shell/activityregistryservice.py b/services/shell/activityregistryservice.py
index 44c9969..21c6d86 100644
--- a/services/shell/activityregistryservice.py
+++ b/services/shell/activityregistryservice.py
@@ -38,7 +38,7 @@ class ActivityRegistry(dbus.service.Object):
def AddBundle(self, bundle_path):
'''Register the activity bundle with the global registry
- bundle_path -- path to the activity bundle's root directory,
+ bundle_path -- path to the root directory of the activity bundle,
that is, the directory with activity/activity.info as a
child of the directory.