Skip to content

Commit

Permalink
remove redundant q docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian-Robert Stöter authored and sckott committed Sep 23, 2020
1 parent 818f989 commit f6edb5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygbif/occurrences/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def search(
smaller,larger (e.g., ``1990,1991``, whereas ``1991,1990`` wouldn't work)
:param month: [int] The month of the year, starting with 1 for January. Supports range queries,
smaller,larger (e.g., ``1,2``, whereas ``2,1`` wouldn't work)
:param q: [str] Query terms. The value for this parameter can be a simple word or a phrase.
:param decimalLatitude: [float] Latitude in decimals between -90 and 90 based on WGS 84.
Supports range queries, smaller,larger (e.g., ``25,30``, whereas ``30,25`` wouldn't work)
:param decimalLongitude: [float] Longitude in decimals between -180 and 180 based on WGS 84.
Expand Down

0 comments on commit f6edb5a

Please sign in to comment.