Fix sphinx error about duplicate definition of Tool

This commit is contained in:
Kovid Goyal 2020-07-28 20:11:09 +05:30
parent 6af3aefb50
commit bc8d76cfef
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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.