From 2d3e0d24a36acfb38b56dd727fd90573bdc68626 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:39:39 +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 2c0bd1a..19c3a8e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Important VS Code notes: * [Finding files in a directory: glob](python_basics/glob/README.md) * [Class](python_basics/class/README.md) * [Exceptions (try / except)](python_basics/exceptions/README.md) -* [Built-in Functions](python_basics/built_in/exceptions/README.md) +* [Built-in Functions](python_basics/built_in/README.md) * [The Python Standard Library​](python_basics/standard_libraries/README.md) ## Numpy: The Basics of the basics