Quellcode durchsuchen

Remove an unnecessary sentence from a docstring

Clara Hobbs vor 7 Jahren
Ursprung
Commit
a25e9865e9
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1
    2
      kayleevc/plugins/pluginbase.py

+ 1
- 2
kayleevc/plugins/pluginbase.py Datei anzeigen

@@ -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):

Laden…
Abbrechen
Speichern