From 9d50e56e31cdc94263e0e6174fb7121d9450564a Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:24:54 +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 0330a2f..e35bbfc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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) * [Flow Control Overview](python_basics/flow_control_overview/README.md) -* [Flow control: match case](python_basics/match/README.md) + - [Flow control: match case](python_basics/match/README.md) * [Files](python_basics/files/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)