Skip to content

Commit d1f41d7

Browse files
committed
Add correct output of type function
1 parent caa7f89 commit d1f41d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/03-numpy_essential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ type(imdata)
372372
```
373373

374374
```output
375-
<class 'numpy.ndarray'>
375+
numpy.ndarray
376376
```
377377

378378
Note that this data is in the form of a NumPy array, and so we can use our standard NumPy tools for processing and displaying this data.

0 commit comments

Comments
 (0)