Skip to content

Commit

Permalink
Fixes #2089 by updating the docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Nov 25, 2014
1 parent c1f154e commit 1037a2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ckan/logic/action/create.py
Expand Up @@ -108,9 +108,9 @@ def package_create(context, data_dict):
:param groups: the groups to which the dataset belongs (optional), each
group dictionary should have one or more of the following keys which
identify an existing group:
``'id'`` (the id of the group, string), ``'name'`` (the name of the
group, string), ``'title'`` (the title of the group, string), to see
which groups exist call :py:func:`~ckan.logic.action.get.group_list`
``'id'`` (the id of the group, string), or ``'name'`` (the name of the
group, string), to see which groups exist
call :py:func:`~ckan.logic.action.get.group_list`
:type groups: list of dictionaries
:param owner_org: the id of the dataset's owning organization, see
:py:func:`~ckan.logic.action.get.organization_list` or
Expand Down

0 comments on commit 1037a2e

Please sign in to comment.