From 425654163e0822ca8012ffc19370cf0724efffa5 Mon Sep 17 00:00:00 2001 From: Dmitriy Bazanov Date: Wed, 20 Sep 2023 19:54:38 +0300 Subject: [PATCH] fix --- README.md | 1 + src/controls/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b34fa..03e6ced 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # advanced-python-homework-2023 advanced-python-homework-2023 +Дмитрий Базанов М05-319б # How to build ``` diff --git a/src/controls/__init__.py b/src/controls/__init__.py index 84c6f37..1d13490 100644 --- a/src/controls/__init__.py +++ b/src/controls/__init__.py @@ -1,3 +1,3 @@ """ -Module of SCADA to so some cool (contol?) things! +Module of SCADA to so some cool (control?) things! """ \ No newline at end of file