浏览代码

comment fix

Helge Jung 9 年之前
父节点
当前提交
d92ce2f7c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ffstatus/basestorage.py

+ 1 - 1
ffstatus/basestorage.py

@@ -36,7 +36,7 @@ class BaseStorage(object):
     def open(self):
         """
         When overridden in a subclass,
-        closes the persistent storage.
+        opens the persistent storage.
         """
         pass