Skip to content

Commit 7ce59a9

Browse files
committed
Fix typos
1 parent 1f41174 commit 7ce59a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pygmt/src/legend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ def legend( # noqa: PLR0913
7878
7979
- A :class:`pygmt.params.Position` object to fully control the reference point,
8080
anchor point, and offset.
81-
- A sequence of two values representing the x and y coordinates in plot
81+
- A sequence of two values representing the x- and y-coordinates in plot
8282
coordinates, e.g., ``(1, 2)`` or ``("1c", "2c")``.
8383
- A :doc:`2-character justification code </techref/justification_codes>` for a
8484
position inside the plot, e.g., ``"TL"`` for Top Left corner inside the plot.
8585
86-
If not specified, defaults to the top right corner inside the plot with a 0.2-cm
86+
If not specified, defaults to the Top Right corner inside the plot with a 0.2-cm
8787
offset.
8888
width
8989
height

0 commit comments

Comments
 (0)