Skip to content

Commit 25cfa77

Browse files
committed
Fix comment
1 parent 2af6d78 commit 25cfa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitshares/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def delete(self, key):
358358
connection.commit()
359359

360360
def wipe(self):
361-
""" Delete all keys from the configuration store
361+
""" Delete all configuration from the configuration store
362362
"""
363363
query = ("DELETE FROM %s " % (self.__tablename__) +
364364
"WHERE key<>?",

0 commit comments

Comments
 (0)