Skip to content

Commit e1047ef

Browse files
Typo
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent cdd0eb4 commit e1047ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf/data/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def diff(self, axis=-1, n=1, inplace=False):
631631
[1.0 1.5 0.5]]
632632
>>> print(d.diff(n=2).array)
633633
[[0.0 0.0]
634-
[ -- --]s
634+
[ -- --]
635635
[0.5 -1.0]]
636636
>>> print(d.diff(axis=0).array)
637637
[[4.0 3.5 -- 4.0]

0 commit comments

Comments
 (0)