commit: 547b6f70d35c00f1e6387ebdbdb4eead46b5af41
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 18:49:04 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 18:49:04 2015 +0000
URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=547b6f70
json_db/__init__.py: Modifies function descriptions
layman/db_modules/json_db/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layman/db_modules/json_db/__init__.py
b/layman/db_modules/json_db/__init__.py
index e095f4f..1502b9d 100644
--- a/layman/db_modules/json_db/__init__.py
+++ b/layman/db_modules/json_db/__init__.py
@@ -15,9 +15,9 @@ module_spec = {
'description': __doc__,
'functions': ['add_new', 'read_db', 'write'],
'func_desc': {
- 'add_new': 'Adds overlay from provided document text',
+ 'add_new': 'Adds overlay(s) from provided database text',
'read_db': 'Reads the list of overlays from database file',
- 'write': 'Writes the list of overlays to database file',
+ 'write' : 'Writes the list of overlays to database file',
},
}
}