Skip to content

Commit edb3438

Browse files
committed
The text argument can be None
1 parent 265132e commit edb3438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def text_( # noqa: PLR0912
4848
x=None,
4949
y=None,
5050
position: AnchorCode | None = None,
51-
text: str | StringArrayTypes = None,
51+
text: str | StringArrayTypes | None = None,
5252
angle=None,
5353
font=None,
5454
justify: bool | None | AnchorCode | Sequence[AnchorCode] = None,

0 commit comments

Comments
 (0)