Skip to content

Commit

Permalink
Merge pull request #544 from DarrenKirby/patch-1
Browse files Browse the repository at this point in the history
Update users.py
  • Loading branch information
JWCook authored Jan 23, 2024
2 parents 1f6a02f + e860bea commit 4013fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinaturalist/v1/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_users_autocomplete(q: str, **params) -> JsonResponse:
* Pagination is supported; default page size is 6, and max is 100.
Example:
>>> response = get_taxa_autocomplete(q='my_userna')
>>> response = get_users_autocomplete(q='my_userna')
>>> pprint(response)
[1234] my_username
[12345] my_username_2
Expand Down

0 comments on commit 4013fb3

Please sign in to comment.