From 00d8e5d4a06b3d19c9d77e02722c440cef92b5e1 Mon Sep 17 00:00:00 2001 From: Pablo Parellada <109417182+pablovegan@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:12:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee1c448..9fa41fc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Howdy! I present you some notes meant as a companion to the Python tips and tool Since there are abundant online resources to learn Python, this document is quite succint and schematic. I tried to keep the files simple enough so that the essence of a Python project can be understood, but rich enough so that you, hopefully, learn new things! (No, we are not going to print "hello world" or explain `for` loops). - + ### Table of Contents 1. [Getting started](#getting-started)