Skip to content

Commit e16747e

Browse files
authored
Figure.logo: Fix typos in docstrings (#4306)
1 parent 3dd7379 commit e16747e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/logo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ def logo( # noqa: PLR0913
6666
6767
- A :class:`pygmt.params.Position` object to fully control the reference point,
6868
anchor point, and offset.
69-
- A sequence of two values representing the x and y coordinates in plot
69+
- A sequence of two values representing the x- and y- coordinates in plot
7070
coordinates, e.g., ``(1, 2)`` or ``("1c", "2c")``.
7171
- A :doc:`2-character justification code </techref/justification_codes>` for a
7272
position inside the plot, e.g., ``"TL"`` for Top Left corner inside the plot.
7373
74-
If not specified, defaults to the lower-left corner of the plot (position
74+
If not specified, defaults to the Bottom Left corner of the plot (position
7575
``(0, 0)`` with anchor ``"BL"``).
7676
width
7777
height

0 commit comments

Comments
 (0)