Skip to content

Commit

Permalink
Merge pull request #2097 from ckan/2089-fix-package-create-docstring
Browse files Browse the repository at this point in the history
Fixes #2089 by updating the docstring.
  • Loading branch information
wardi committed Nov 25, 2014
2 parents 8a4d4cf + 1037a2e commit 1c00397
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 1c00397

Please sign in to comment.