aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2015-07-13 14:49:04 -0400
committerDevan Franchini <twitch153@gentoo.org>2015-07-13 14:49:04 -0400
commit547b6f70d35c00f1e6387ebdbdb4eead46b5af41 (patch)
treea96f487a0afb3eb47a0e06248824a996977a1fca /layman/db_modules
parentxml_db/__init__.py: Modifies function descriptions (diff)
downloadlayman-547b6f70d35c00f1e6387ebdbdb4eead46b5af41.tar.gz
layman-547b6f70d35c00f1e6387ebdbdb4eead46b5af41.tar.bz2
layman-547b6f70d35c00f1e6387ebdbdb4eead46b5af41.zip
json_db/__init__.py: Modifies function descriptions
Diffstat (limited to 'layman/db_modules')
-rw-r--r--layman/db_modules/json_db/__init__.py4
1 files 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',
},
}
}