Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docstring with misleading/wrong order of latitude and longitude in geopy/point.py #229

Closed

Conversation

sjorek
Copy link

@sjorek sjorek commented Nov 22, 2016

I stumbled upon a tiny glitch in geopy/point.py in line 59 and line 64. Looks like someone accidentally swapped latitude and longitude in the Point class' docstring. If you're reading the documentation on readthedocs (as I did) this can be quite misleading. This pull request swaps the two parameters back into the right order, hence it does not touch any code, just the docstring.

Nevertheless thanks for your patience and your excellent work so far !

Cheers,
Stephan

@sjorek
Copy link
Author

sjorek commented Nov 22, 2016

Btw - I searched the whole project for similar glitches and did not find any.

@KostyaEsmukov
Copy link
Member

This is a duplicate of an older PR #207 which just has been merged, so I'm going to close this.

But thank you anyway!

@sjorek sjorek deleted the fix_order_of_lat_lon_in_point_py_docstring branch March 12, 2018 16:52
@sjorek
Copy link
Author

sjorek commented Mar 12, 2018

Sorry for missing PR #207 and thanks for fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants