Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-05 14:25:02 +01:00 committed by GitHub
parent 064704cfd9
commit 8a2427ab05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
All the tutorials are tested with Python 3.11.x. Older version might have a problem with the new versions of type anotations.
## Python: The Basics of the basics
* [Style_Rulez](python_basics/style_rulez/README.md)
* [Style Rulez](python_basics/style_rulez/README.md)
* [Programming Recommendations](python_basics/programming_recommendations/README.md)
* [Truth Value Testing](python_basics/truth_value_testing/README.md)
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)