From 95b884612e587c7652097e92dc5c299d8de87de8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 22 Oct 2014 08:06:17 +0530 Subject: [PATCH] Fix #1383844 [Little typo](https://bugs.launchpad.net/calibre/+bug/1383844) --- src/calibre/customize/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/__init__.py b/src/calibre/customize/__init__.py index 650cfa2bde..f67e0d3f92 100644 --- a/src/calibre/customize/__init__.py +++ b/src/calibre/customize/__init__.py @@ -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 = []