diff --git a/episodes/03-numpy_essential.md b/episodes/03-numpy_essential.md index f07fc1b..fb612dd 100644 --- a/episodes/03-numpy_essential.md +++ b/episodes/03-numpy_essential.md @@ -372,7 +372,7 @@ type(imdata) ``` ```output - +numpy.ndarray ``` 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.