mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1389945 [Little typo](https://bugs.launchpad.net/calibre/+bug/1389945)
This commit is contained in:
parent
19d43eb8ac
commit
4bf877c5f5
@ -316,9 +316,9 @@ class FileTypePlugin(Plugin): # {{{
|
|||||||
A plugin that is associated with a particular set of file types.
|
A plugin that is associated with a particular set of file types.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
#: Set of file types for which this plugin should be run
|
#: Set of file types for which this plugin should be run.
|
||||||
#: For example: ``set(['lit', 'mobi', 'prc'])``
|
#: For example: ``{'lit', 'mobi', 'prc'}``
|
||||||
file_types = set([])
|
file_types = set()
|
||||||
|
|
||||||
#: If True, this plugin is run when books are added
|
#: If True, this plugin is run when books are added
|
||||||
#: to the database
|
#: to the database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user