Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
megabyde committed Jun 1, 2023
1 parent 6399bb2 commit d729162
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 @@ -61,7 +61,7 @@ We have the `MediaFile` class to represent a media file, your task is to:
if file.format != "mp3":
raise ValueError("Invalid file format for Mp3Player!")

# Implementation...
# Implementation...
```

The same kind of specialization will be done for `FlacPlayer`, `WavPlayer`,
Expand Down

0 comments on commit d729162

Please sign in to comment.