File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
curriculum/challenges/english/blocks/workshop-media-catalogue Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Your `MediaCatalogue` class should have a method named `get_movies`.
2323})
2424```
2525
26- Your ` get_movies ` method should return a list containg all the items in ` self.items ` that are instances of the ` Movie ` class.
26+ Your ` get_movies ` method should return a list containing all the items in ` self.items ` that are instances of the ` Movie ` class.
2727
2828``` js
2929({
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Your `MediaCatalogue` class should have a method named `get_tv_series`.
1919})
2020```
2121
22- Your ` get_tv_series ` method should return a list containg all the items in ` self.items ` that are instances of the ` TVSeries ` class.
22+ Your ` get_tv_series ` method should return a list containing all the items in ` self.items ` that are instances of the ` TVSeries ` class.
2323
2424``` js
2525({
You can’t perform that action at this time.
0 commit comments