Skip to content

Commit

Permalink
fixing doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
John Waller committed Oct 1, 2024
1 parent c8103cc commit c71ed60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygbif/literature/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def search(
:param facet: [str] A facet name used to retrieve the most frequent values for a field.
:param facetMincount: [int] Used in combination with the facet parameter. Set facetMincount={#} to exclude facets with a count less than {#}.
:param facetMultiselect: [bool] Used in combination with the facet parameter. Set facetMultiselect=true to still return counts for values that are not currently filtered.
:param facetLimit [int] Limit the number of facet values returned.
:param facetLimit: [int] Limit the number of facet values returned.
:param facetOffset: [int] Facet parameters allow paging requests using the parameters facetOffset and facetLimit.
:param q: [str] Full text query.
Expand Down

0 comments on commit c71ed60

Please sign in to comment.