Skip to content

Commit 49cc31c

Browse files
authored
Merge pull request #234 from Gabriele-Ricciardi/fix_task_description_classes_and_objects_definition
fix: fixed wrong reference to object 'my_object'
2 parents e898269 + 95961ee commit 49cc31c

File tree

1 file changed

+1
-1
lines changed
  • Classes and objects/Definition

1 file changed

+1
-1
lines changed

Classes and objects/Definition/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ of Python Documentation.
4646
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).
4747

4848
### Task
49-
Assign a value to `variable` inside `MyClass` and create an object `my_class` of the class `MyClass()`.
49+
Assign a value to `variable` inside `MyClass` and create an object `my_object` of the class `MyClass()`.
5050
Run the code and see what happens!
5151

5252
<div class='hint'>Assign any value to <code>variable</code>.</div>

0 commit comments

Comments
 (0)