Skip to content

Commit bdf94bf

Browse files
committed
MAINT: Switch report order of min/max.
1 parent 7bdf684 commit bdf94bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial-svd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can check that the above works by doing some tests; for example, inquiring
115115
about maximum and minimum values for this array:
116116

117117
```{code-cell}
118-
img_array.max(), img_array.min()
118+
img_array.min(), img_array.max()
119119
```
120120

121121
or checking the type of data in the array:

0 commit comments

Comments
 (0)