Ver código fonte

Remove an unnecessary sentence from a docstring

Clara Hobbs 7 anos atrás
pai
commit
a25e9865e9
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1
    2
      kayleevc/plugins/pluginbase.py

+ 1
- 2
kayleevc/plugins/pluginbase.py Ver arquivo

@@ -10,8 +10,7 @@ class PluginBase(metaclass=ABCMeta):
10 10
     """Base class for Kaylee plugins
11 11
 
12 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 16
     def __init__(self, config):

Carregando…
Cancelar
Salvar