mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:23:47 +02:00
Fix #1383844 [Little typo](https://bugs.launchpad.net/calibre/+bug/1383844)
This commit is contained in:
parent
27788f7a78
commit
95b884612e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class Plugin(object): # {{{
|
|||
* :meth:`load_resources`
|
||||
|
||||
'''
|
||||
#: List of platforms this plugin works on
|
||||
#: List of platforms this plugin works on.
|
||||
#: For example: ``['windows', 'osx', 'linux']``
|
||||
supported_platforms = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue