Skip to content

Commit

Permalink
The text argument can be None
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Nov 15, 2024
1 parent 265132e commit edb3438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def text_( # noqa: PLR0912
x=None,
y=None,
position: AnchorCode | None = None,
text: str | StringArrayTypes = None,
text: str | StringArrayTypes | None = None,
angle=None,
font=None,
justify: bool | None | AnchorCode | Sequence[AnchorCode] = None,
Expand Down

0 comments on commit edb3438

Please sign in to comment.