From 7d5ef3b493ba77438735fc23e772be9e7a5e8caf Mon Sep 17 00:00:00 2001 From: Darksider3 Date: Wed, 23 Oct 2019 15:01:44 +0200 Subject: [PATCH] Wording fix in docstring --- private/ListUsers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private/ListUsers.py b/private/ListUsers.py index e1d3c7a..3682c07 100755 --- a/private/ListUsers.py +++ b/private/ListUsers.py @@ -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 """