Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Havryliv authored Feb 23, 2023
1 parent 030f160 commit 8ac761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We want to create a website for finding the best online courses.
In order to store information about courses, we need a new `OnlineCourse` class.
Could you implement it for us?

`OnlineCourse` constructor takes three arguments:
`OnlineCourse` `__init__` method takes three arguments:
* `name` - course name (should be stored in `self.name`)
* `description` - course description (should be stored in `self.description`)
* `weeks` - duration of the course in weeks (should be stored in `self.weeks`)
Expand Down

0 comments on commit 8ac761e

Please sign in to comment.