Skip to content

Commit 66e69b5

Browse files
pygmt.project: Fix typo in docstring for ellipse (#4423)
1 parent 80f3cc4 commit 66e69b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygmt/src/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def project( # noqa: PLR0913
197197
with *major* and *minor* axes given in km (unless ``flat_earth`` is
198198
given for a Cartesian ellipse) and the *azimuth* of the major axis in
199199
degrees. Append **+e** to adjust the increment set via ``generate`` so
200-
that the the ellipse has equal distance increments [Default uses the
200+
that the ellipse has equal distance increments [Default uses the
201201
given increment and closes the ellipse]. Instead, append **+n** to set
202202
a specific number of unique equidistant data via ``generate``. For
203203
degenerate ellipses you can just supply a single *diameter* instead. A

0 commit comments

Comments
 (0)