pyinat / pyinaturalist

Python client for iNaturalist
https://pyinaturalist.readthedocs.io
MIT License
130 stars 17 forks source link

Update users.py #544

Closed DarrenKirby closed 7 months ago

DarrenKirby commented 7 months ago

Typo in docstring. Code example for 'get_users_autocomplete' erroneously uses 'get_taxa_autocomplete', presumably a copy/paste error.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1f6a02f) 95.99% compared to head (e860bea) 95.99%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #544 +/- ## ======================================= Coverage 95.99% 95.99% ======================================= Files 59 59 Lines 3321 3321 Branches 636 636 ======================================= Hits 3188 3188 Misses 95 95 Partials 38 38 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

JWCook commented 7 months ago

Good catch, thanks!