Wording fix in docstring

pull/4/head
Darksider3 5 years ago
parent 0eeafa626e
commit 7d5ef3b493

@ -47,9 +47,9 @@ class ListUsers:
pass # see below why not implemented yet, texttable...
def get_fetch(self) -> list:
""" Returns a complete fetch done by the sqlitedb-class
""" Returns a complete fetch done by the lib.sqlitedb-class
:return: Complete fetchall() in a dict-factory
:return: Complete fetchall() in a dict
:rtype: list
"""

Loading…
Cancel
Save