[fix] documentation was lying

This commit is contained in:
Laurent Peuch 2018-01-06 01:43:07 +01:00
parent 4543a23a92
commit 021a989c03

View file

@ -38,13 +38,10 @@ logger = getActionLogger('yunohost.journals')
def journals_list(limit=None):
"""
List domains
List available journals
Keyword argument:
filter -- LDAP filter used to search
offset -- Starting number for domain fetching
limit -- Maximum number of domain fetched
limit -- Maximum number of journals per categories
"""
result = {"categories": []}