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 committed Jun 26, 2013
1 parent cdedd6f commit b0d3386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/lib/helpers.py
Expand Up @@ -1267,7 +1267,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 b0d3386

Please sign in to comment.