From 43cd6ab71fdcfe35463d8260373e267d746157d0 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:24:52 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da08102..9a0a03b 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ 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/os_makedirs/README.md) -* [glob: Finding files in a directory](python_basics/glob/README.md) +* [Creating order via sub-directories: os.makedirs](python_basics/os_makedirs/README.md) +* [Finding files in a directory: glob](python_basics/glob/README.md) * [Class](python_basics/class/README.md)