From 0950c7baf8a540a6aec4b50d491bee047f18adaf Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:15:48 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f05216..95e5a17 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob ## Numpy: The Basics of the basics * [New matrix](numpy/new_matrix/README.md) -* [Available dtype](numpy/dtype/README.md) +* [Available dtypes](numpy/dtype/README.md) * [Constants](numpy/constants/README.md) * [Random numbers the non-legacy way](numpy/random/README.md)