From ede3d0e36ab35215ee3f28d85327f1c994ca9752 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:42:26 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_basics/style_rulez/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python_basics/style_rulez/README.md b/python_basics/style_rulez/README.md index 2e2a5d1..ddb50eb 100644 --- a/python_basics/style_rulez/README.md +++ b/python_basics/style_rulez/README.md @@ -132,6 +132,7 @@ income = (gross_wages ## [Imports](https://peps.python.org/pep-0008/#imports) * Imports should usually be on separate lines: + ```python # Correct: import os