Skip to content

Commit

Permalink
[#1172] Fix misleading docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 8, 2013
1 parent 98906d2 commit 20b40b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ckan/logic/action/get.py
Expand Up @@ -424,8 +424,8 @@ def group_list_authz(context, data_dict):
(optional, default: False)
:type am-member: boolean
:returns: the names of groups that the user is authorized to edit
:rtype: list of strings
:returns: list of dictized groups that the user is authorized to edit
:rtype: list of dicts
'''
model = context['model']
Expand Down Expand Up @@ -479,8 +479,8 @@ def organization_list_for_user(context, data_dict):
(optional, default: ``edit_group``)
:type permission: string
:returns: the names of organizations the user is authorized to do specific permission
:rtype: list of strings
:returns: list of dictized organizations that the user is authorized to edit
:rtype: list of dicts
'''
model = context['model']
Expand Down

0 comments on commit 20b40b8

Please sign in to comment.