Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/port/chooser.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-05-26 11:16:01 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-05-26 11:16:01 (GMT)
commit2302c3d2cf1688a5d8b44c4f927f96a0e4d58c04 (patch)
tree4b3bc949141a172415ffc8d2e767dc0a0667abca /port/chooser.py
parent584443c3db446e59d70778e37a2602fd58cb6c60 (diff)
Update sugar-port
Diffstat (limited to 'port/chooser.py')
-rw-r--r--port/chooser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/port/chooser.py b/port/chooser.py
index b7046be..e2df259 100644
--- a/port/chooser.py
+++ b/port/chooser.py
@@ -34,9 +34,9 @@ def pick(cb=None, default=None, parent=None, what=None):
* cb(jobject), if object was choosen and cb is not None
* jobject, if object was choosen and cb is None
- * None, otherwise
+ * default, otherwise
- NOTE: what make sense only for sugar >= 0.84
+ NOTE: 'what' makes sense only for sugar >= 0.84
"""
what = what and {'what_filter': what} or {}
chooser = ObjectChooser(parent=parent, **what)