diff --git a/numpy/dimensions/README.md b/numpy/dimensions/README.md index 7edfd1d..d66cf4f 100644 --- a/numpy/dimensions/README.md +++ b/numpy/dimensions/README.md @@ -123,7 +123,7 @@ print(type(data[0:1, 0:1, 0:1])) # -> **Please understand this creates a view which is connected to original data.** If necessary make a **copy()**. -## Adding dimensions with np.newaxis +## Adding dimensions with [np.newaxis](https://numpy.org/doc/stable/reference/constants.html#numpy.newaxis) ```python import numpy as np