Skip to content

Commit b22495d

Browse files
authored
pygmt.select: Remove the nonexistent alias 'registration' (#2218)
1 parent b465292 commit b22495d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pygmt/src/select.py

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
h="header",
3434
i="incols",
3535
o="outcols",
36-
r="registration",
3736
s="skiprows",
3837
w="wrap",
3938
)
@@ -137,7 +136,6 @@ def select(data=None, outfile=None, **kwargs):
137136
{header}
138137
{incols}
139138
{outcols}
140-
{registration}
141139
{skiprows}
142140
{wrap}
143141

0 commit comments

Comments
 (0)