From 620d538b39071a597325c46466620da7a3de727d Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 7 Dec 2023 00:08:37 +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 01a3f97..2e62863 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * [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) -* [Exceptions](python_basics/exceptions/README.md) +* [Exceptions (try / except)](python_basics/exceptions/README.md) ## Numpy