瀏覽代碼

Remove an unnecessary sentence from a docstring

Clara Hobbs 7 年之前
父節點
當前提交
a25e9865e9
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      kayleevc/plugins/pluginbase.py

+ 1
- 2
kayleevc/plugins/pluginbase.py 查看文件

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

Loading…
取消
儲存