More comment changes

This commit is contained in:
Charles Haley 2010-12-31 16:09:01 +00:00
parent c58f3ff49b
commit f551120364

View File

@ -949,9 +949,10 @@ class TagsModel(QAbstractItemModel): # {{{
Search for an item (a node) in the tags browser list that matches both Search for an item (a node) in the tags browser list that matches both
the key (exact case-insensitive match) and txt (contains case- the key (exact case-insensitive match) and txt (contains case-
insensitive match). Returns the path to the node. Note that paths are to insensitive match). Returns the path to the node. Note that paths are to
a location (second item, fourth item, 25 item), not to a node. If the a location (second item, fourth item, 25 item), not to a node. If
tree is changed subsequent to calling this method, the path can easily start_path is None, the search starts with the topmost node. If the tree
refer to a different node or no node at all. is changed subsequent to calling this method, the path can easily refer
to a different node or no node at all.
''' '''
if not txt: if not txt:
return None return None