Browse Source

Remove an unnecessary sentence from a docstring

Clara Hobbs 7 years ago
parent
commit
a25e9865e9
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      kayleevc/plugins/pluginbase.py

+ 1
- 2
kayleevc/plugins/pluginbase.py View File

10
     """Base class for Kaylee plugins
10
     """Base class for Kaylee plugins
11
 
11
 
12
     Each Kaylee plugin module must define a subclass of this class, named
12
     Each Kaylee plugin module must define a subclass of this class, named
13
-    ``Plugin``.  These obviously must provide concrete implementations of all
14
-    abstract methods defined here.
13
+    ``Plugin``.
15
     """
14
     """
16
 
15
 
17
     def __init__(self, config):
16
     def __init__(self, config):

Loading…
Cancel
Save