From b15b453f5fa613c299c86814f196d90b071d4a3a Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:51:06 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_basics/python_typing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_basics/python_typing/README.md b/python_basics/python_typing/README.md index 8daec6c..889fbe3 100644 --- a/python_basics/python_typing/README.md +++ b/python_basics/python_typing/README.md @@ -1,6 +1,6 @@ # Python -- Type annotations and static type checking for Python ## Goal -We want to use static type checking and type annotations in our Python code for detecting errors we made. We will use the tool mypy for that. +We want to use static type checking and type annotations in our Python code for detecting errors we made. We will use the mypy extension in VS code for that. ```python a: int = 0