Skip to content

Commit 632c398

Browse files
authored
Merge pull request #550 from glostis/docstring-duplicates
Remove duplicated lines from docstrings in geod.py
2 parents 0910f97 + 27ad0bb commit 632c398

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproj/geod.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ class Geod(_Geod):
4747
performs forward and inverse geodetic, or Great Circle,
4848
computations. The forward computation (using the 'fwd' method)
4949
involves determining latitude, longitude and back azimuth of a
50-
computations. The forward computation (using the 'fwd' method)
51-
involves determining latitude, longitude and back azimuth of a
5250
terminus point given the latitude and longitude of an initial
5351
point, plus azimuth and distance. The inverse computation (using
5452
the 'inv' method) involves determining the forward and back
@@ -203,8 +201,6 @@ def fwd(self, lons, lats, az, dist, radians=False):
203201
azimuths of terminus points given longitudes (lons) and
204202
latitudes (lats) of initial points, plus forward azimuths (az)
205203
and distances (dist).
206-
latitudes (lats) of initial points, plus forward azimuths (az)
207-
and distances (dist).
208204
209205
Works with numpy and regular python array objects, python
210206
sequences and scalars.

0 commit comments

Comments
 (0)