From f551120364a3fa402a2b81f142558d468f705f31 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Fri, 31 Dec 2010 16:09:01 +0000 Subject: [PATCH] More comment changes --- src/calibre/gui2/tag_view.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/calibre/gui2/tag_view.py b/src/calibre/gui2/tag_view.py index 846ee064cd..5e9a5c7b49 100644 --- a/src/calibre/gui2/tag_view.py +++ b/src/calibre/gui2/tag_view.py @@ -949,9 +949,10 @@ class TagsModel(QAbstractItemModel): # {{{ Search for an item (a node) in the tags browser list that matches both the key (exact case-insensitive match) and txt (contains case- 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 - tree is changed subsequent to calling this method, the path can easily - refer to a different node or no node at all. + a location (second item, fourth item, 25 item), not to a node. If + start_path is None, the search starts with the topmost node. If the tree + is changed subsequent to calling this method, the path can easily refer + to a different node or no node at all. ''' if not txt: return None