From 8ac761e1a0bdacaaca89dfcac5b2832618951bd0 Mon Sep 17 00:00:00 2001 From: Yaroslav <104159378+Y-Havryliv@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:16:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a6d9af..b1eb22ba 100644 --- a/README.md +++ b/README.md @@ -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`)