Skip to content

Commit

Permalink
fix: fixed wrong reference to object 'my_object'
Browse files Browse the repository at this point in the history
Fixed wrong reference to object 'my_object' in task.md
  • Loading branch information
Gabriele-Ricciardi committed Jul 10, 2024
1 parent e898269 commit 95961ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes and objects/Definition/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

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

0 comments on commit 95961ee

Please sign in to comment.