Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 165aa84

Browse files
committedDec 23, 2024
Improve
1 parent 14cf8a9 commit 165aa84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎geodesy/haversine_distance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def haversine_distance(lat1: float, lon1: float, lat2: float, lon2: float) -> fl
2121
computation like Haversine can be handy for shorter range distances.
2222
2323
Args:
24-
lat1, lon1: latitude and longitude of coordinate 1
25-
lat2, lon2: latitude and longitude of coordinate 2
24+
* `lat1`, `lon1`: latitude and longitude of coordinate 1
25+
* `lat2`, `lon2`: latitude and longitude of coordinate 2
2626
Returns:
2727
geographical distance between two points in metres
2828

0 commit comments

Comments
 (0)