Skip to content

Commit 86b5251

Browse files
committed
removed alternative signature from LArray.dump() docstring
1 parent dfe026a commit 86b5251

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

larray/core/array.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,8 +2413,7 @@ def as_table(self, maxlines=None, edgeitems=None, light=False, wide=True, value_
24132413
yield list(tick) + dataline.tolist()
24142414

24152415
def dump(self, header=True, wide=True, value_name='value'):
2416-
"""dump(header=True, wide=True, value_name='value')
2417-
2416+
"""
24182417
Dump array as a 2D nested list
24192418
24202419
Parameters

0 commit comments

Comments
 (0)