Skip to content

Commit

Permalink
[#1237] Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Oct 14, 2013
1 parent b0f3e64 commit 3218b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/logic/action/get.py
Expand Up @@ -1289,8 +1289,8 @@ def package_search(context, data_dict):
:param facet.mincount: the minimum counts for facet fields should be
included in the results.
:type facet.mincount: int
:param facet.limit: the maximum number of values the facet fields. A
negative value means unlimited. This can be set instance-wide with
:param facet.limit: the maximum number of values the facet fields return.
A negative value means unlimited. This can be set instance-wide with
the :ref:`search.facets.limit` config option. Default is 50.
:type facet.limit: int
:param facet.field: the fields to facet upon. Default empty. If empty,
Expand Down

0 comments on commit 3218b58

Please sign in to comment.