From 7bf950364c66e2371c262e1b4f96186866ce4d36 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:32:30 +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 8ae458e..20c19f2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob ## Programming Basics: Python Data analysis and more -* [Numpy – Random numbers the non-legacy way](numpy_random/README.md) +* [Numpy: Random numbers the non-legacy way](numpy_random/README.md) * [Numpy: rfft and spectral power](numpy_fft_1/README.md) * [scipy.signal: Butterworth low, high and band-pass](scipy.signal_butterworth/README.md)