Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-13 17:15:48 +01:00 committed by GitHub
parent b83f07b9e6
commit 0950c7baf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ## Numpy: The Basics of the basics
* [New matrix](numpy/new_matrix/README.md) * [New matrix](numpy/new_matrix/README.md)
* [Available dtype](numpy/dtype/README.md) * [Available dtypes](numpy/dtype/README.md)
* [Constants](numpy/constants/README.md) * [Constants](numpy/constants/README.md)
* [Random numbers the non-legacy way](numpy/random/README.md) * [Random numbers the non-legacy way](numpy/random/README.md)