From 396d0dc57a4de5f722615e0cf0a56d2963ec62ee Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:59:44 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- numpy/dimensions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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