Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Aug 5, 2013
1 parent 19e00f8 commit 673710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obspy/core/util/geodetics/base.py
Expand Up @@ -248,7 +248,7 @@ def kilometer2degrees(kilometer, radius=6371):

def locations2degrees(lat1, long1, lat2, long2):
"""
Convenience function to calculate the great distance between two points on
Convenience function to calculate the great circle distance between two points on
a spherical Earth.
This method uses the Vincenty formula in the special case of a spherical
Expand Down

1 comment on commit 673710e

@claudiodsf
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for this commit. I was editing on the GitHub online editor, pressed return to get a newline and instead edits got committed...
Actual fix for #602 (including PEP8) is in 516cbda .

Please sign in to comment.