Skip to content

Commit 3597aa1

Browse files
committed
better docstrings
1 parent 15d6d22 commit 3597aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

larray/core/array.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ def dump(self, header=True, wide=True, value_name='value', light=False, axes_nam
24722472
24732473
Returns
24742474
-------
2475-
2D nested list or None for 0d arrays
2475+
2D nested list of builtin Python values or None for 0d arrays
24762476
24772477
Examples
24782478
--------
@@ -3756,7 +3756,7 @@ def rationot0(self, *axes):
37563756
a0 0.6 0.0 0.2
37573757
a1 0.4 0.0 0.8
37583758
3759-
for reference, the normal ratio method would return:
3759+
for reference, the normal ratio method would produce a warning message and return:
37603760
37613761
>>> arr.ratio('a')
37623762
a\b b0 b1 b2

0 commit comments

Comments
 (0)