From 95961eed1db96de0d6c3597e9216d6f8e66675b4 Mon Sep 17 00:00:00 2001 From: Gabriele Ricciardi <95536455+Gabriele-Ricciardi@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:41:39 +0200 Subject: [PATCH] fix: fixed wrong reference to object 'my_object' Fixed wrong reference to object 'my_object' in task.md --- Classes and objects/Definition/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes and objects/Definition/task.md b/Classes and objects/Definition/task.md index 66b15bc..afb9165 100644 --- a/Classes and objects/Definition/task.md +++ b/Classes and objects/Definition/task.md @@ -46,7 +46,7 @@ of Python Documentation. For more structured and detailed information, you can also refer to [this Hyperskill knowledge base page](https://hyperskill.org/learn/step/6661?utm_source=jba&utm_medium=jba_courses_links). ### Task -Assign a value to `variable` inside `MyClass` and create an object `my_class` of the class `MyClass()`. +Assign a value to `variable` inside `MyClass` and create an object `my_object` of the class `MyClass()`. Run the code and see what happens!
variable
.