From 52883dd07834f3c1af6b9313c0587b97ef981236 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:45:16 +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 dc5d4ab..9d735bc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * [Truth Value Testing](python_basics/truth_value_testing/README.md) * [Formatted String Literals](python_basics/formatted_string_literals/README.md) * [Files](python_basics/files/README.md) -* [os.makedirs: Creating order via sub-directories](python_basics/python_os_makedirs/README.md) +* [os.makedirs: Creating order via sub-directories](python_basics/os_makedirs/README.md) * [glob: Finding files in a directory](python_basics/glob/README.md) ## Numpy