Remove extraneous bracket

svn: r10342
This commit is contained in:
Gary Burton 2008-03-19 21:17:10 +00:00
parent 32eaa990a7
commit 8ce30ced20

View File

@ -303,7 +303,7 @@ class Bookmarks :
def help_clicked(self): def help_clicked(self):
"""Display the relevant portion of GRAMPS manual.""" """Display the relevant portion of GRAMPS manual."""
GrampsDisplay.help('gramps-nav', webpage=WIKI_HELP_PAGE, GrampsDisplay.help('gramps-nav', webpage=WIKI_HELP_PAGE,
section=WIKI_HELP_SEC)) section=WIKI_HELP_SEC)
self.response = self.top.run() self.response = self.top.run()
class ListBookmarks(Bookmarks): class ListBookmarks(Bookmarks):