Skip to content

Commit

Permalink
[#626] Tweak docstring for am_member param
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond authored and amercader committed Jul 1, 2013
1 parent a0025d4 commit db06a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/lib/helpers.py
Expand Up @@ -1274,7 +1274,8 @@ def groups_available(am_member=False):
:param am_member: if True return only the groups the logged-in user is a
member of, otherwise return all groups that the user is authorized to
edit (optional, default: False)
edit (for example, sysadmin users are authorized to edit all groups)
(optional, default: False)
:type am-member: boolean
'''
Expand Down

0 comments on commit db06a43

Please sign in to comment.