mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 01:32:34 -04:00
Fix sphinx error about duplicate definition of Tool
This commit is contained in:
@@ -19,8 +19,6 @@ from polyglot.builtins import itervalues, unicode_type
|
||||
class Tool(object):
|
||||
|
||||
'''
|
||||
.. module:: calibre.gui2.tweak_book.plugin.Tool
|
||||
|
||||
The base class for individual tools in an Edit Book plugin. Useful members include:
|
||||
|
||||
* ``self.plugin``: A reference to the :class:`calibre.customize.Plugin` object to which this tool belongs.
|
||||
|
||||
Reference in New Issue
Block a user