Skip to content

Commit 58b5603

Browse files
committed
formatting
1 parent 39ad5bc commit 58b5603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygmt/src/surface.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
h="header",
3333
i="incols",
3434
r="registration",
35-
s="skiprows",
35+
s="skiprows",
3636
)
3737
@kwargs_to_strings(R="sequence")
3838
def surface(x=None, y=None, z=None, data=None, **kwargs):
@@ -82,7 +82,7 @@ def surface(x=None, y=None, z=None, data=None, **kwargs):
8282
{i}
8383
{r}
8484
{s}
85-
85+
8686
Returns
8787
-------
8888
ret: xarray.DataArray or None

0 commit comments

Comments
 (0)