Skip to content

Commit 2153a5c

Browse files
authored
Merge branch 'main' into figure/class
2 parents 62d15ee + 285bf03 commit 2153a5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pygmt/src/logo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def logo( # noqa: PLR0913
6868
6969
- A :class:`pygmt.params.Position` object to fully control the reference point,
7070
anchor point, and offset.
71-
- A sequence of two values representing the x- and y- coordinates in plot
71+
- A sequence of two values representing the x- and y-coordinates in plot
7272
coordinates, e.g., ``(1, 2)`` or ``("1c", "2c")``.
7373
- A :doc:`2-character justification code </techref/justification_codes>` for a
7474
position inside the plot, e.g., ``"TL"`` for Top Left corner inside the plot.

pygmt/src/wiggle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def wiggle( # noqa: PLR0913
9494
9595
- A :class:`pygmt.params.Position` object to fully control the reference point,
9696
anchor point, and offset.
97-
- A sequence of two values representing the x- and y- coordinates in plot
97+
- A sequence of two values representing the x- and y-coordinates in plot
9898
coordinates, e.g., ``(1, 2)`` or ``("1c", "2c")``.
9999
- A :doc:`2-character justification code </techref/justification_codes>` for a
100100
position inside the plot, e.g., ``"TL"`` for Top Left corner inside the plot.

0 commit comments

Comments
 (0)