mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Ooops. Fixed doc string
This commit is contained in:
parent
c757fdcd40
commit
90a08e9e4a
@ -442,7 +442,7 @@ class TagBrowserMixin(object): # {{{
|
|||||||
- 'show' to show the category in the tag browser
|
- 'show' to show the category in the tag browser
|
||||||
- 'hide' to hide the category
|
- 'hide' to hide the category
|
||||||
- 'toggle' to invert its visibility
|
- 'toggle' to invert its visibility
|
||||||
- 'is_visible' returns 'True' if the category is currently visible, False otherwise
|
- 'is_visible' returns True if the category is currently visible, False otherwise
|
||||||
'''
|
'''
|
||||||
if category not in self.tags_view.model().categories:
|
if category not in self.tags_view.model().categories:
|
||||||
raise ValueError(_('change_tb_category_visibility: category %s does not exist') % category)
|
raise ValueError(_('change_tb_category_visibility: category %s does not exist') % category)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user