Skip to content

Commit ad290eb

Browse files
committed
Fix a typo
1 parent 3649338 commit ad290eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/alias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _to_string(
5858
size
5959
Expected size of the 1-D sequence. It can be either an integer or a sequence of
6060
integers. If an integer, it is the expected size of the 1-D sequence. If it is a
61-
sequence, it is the allowed sizes of the 1-D sequence.
61+
sequence, it is the allowed size of the 1-D sequence.
6262
ndim
6363
The expected maximum number of dimensions of the sequence.
6464
name

0 commit comments

Comments
 (0)