google / open-location-code

Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.
https://plus.codes
Apache License 2.0
4.06k stars 472 forks source link

Python Docstrings incorrect #417

Open bheliker opened 3 years ago

bheliker commented 3 years ago

Python Comments and Docstrings are not conformant with Python or Google's Style Guide. Docstrings should be inside the function they are describing.

fulldecent commented 3 years ago

Recommended tag: implementation

drinckes commented 3 months ago

... and functions should have docstrings.

fulldecent commented 1 month ago

This was fixed at https://github.com/google/open-location-code/commit/4f0a7b126ca1e21410b69cb0cca33e5a59ce5172

Recommend to close as fixed.