Skip to content

Commit

Permalink
chore(vincenty.py): correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbbryan authored and scivision committed Nov 15, 2023
1 parent ed60c62 commit 3745aea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pymap3d/vincenty.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,13 +478,13 @@ def track2(
Parameters
----------
Lat1 : float
lat1 : float
Geodetic latitude of first point (degrees)
Lon1 : float
lon1 : float
Geodetic longitude of first point (degrees)
Lat2 : float
lat2 : float
Geodetic latitude of second point (degrees)
Lon2 : float
lon2 : float
Geodetic longitude of second point (degrees)
ell : Ellipsoid, optional
reference ellipsoid
Expand Down

0 comments on commit 3745aea

Please sign in to comment.