Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRamyk committed Jan 20, 2022
1 parent aa4302a commit ff12f2d
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 @@ -14,7 +14,7 @@ Could you implement it for us?
```python
course = OnlineCourse(
name="Python Basics",
description="The best course to start learn Python",
description="The best course to start learning Python",
weeks=2,
)
print(course.description) # The best course to start learn Python
Expand Down

0 comments on commit ff12f2d

Please sign in to comment.