This commit is contained in:
Kovid Goyal 2014-10-22 08:06:17 +05:30
parent 27788f7a78
commit 95b884612e

View File

@ -43,7 +43,7 @@ class Plugin(object): # {{{
* :meth:`load_resources` * :meth:`load_resources`
''' '''
#: List of platforms this plugin works on #: List of platforms this plugin works on.
#: For example: ``['windows', 'osx', 'linux']`` #: For example: ``['windows', 'osx', 'linux']``
supported_platforms = [] supported_platforms = []