alexis-mignon / python-flickr-api

A python implementation of the Flickr API
BSD 3-Clause "New" or "Revised" License
367 stars 108 forks source link

docs: mark upload arguments as strings where appropriate #133

Closed emma-k-alexandra closed 1 year ago

emma-k-alexandra commented 1 year ago

These arguments for the upload function are marked as strings in the wiki docs, but their doc strings still suggest they're numbers. This tripped me up until I read the wiki.

By indicating that these arguments are strings in the docs, hopefully someone in the future will save some time. 😄

Awesome project, thanks a bunch for the work you do!

beaufour commented 1 year ago

Thanks for making this consistent with the wiki, and saving other people's time!