fix(curriculum): capitalize TV in media catalogue workshop (#67411)

This commit is contained in:
tenzin-4776
2026-05-14 14:46:27 -07:00
committed by GitHub
parent ebdb6b6b1c
commit 3f99811523
@@ -7,7 +7,7 @@ dashedName: step-37
# --description--
Currently, both movies and tv series are displayed all together when you print the catalogue. In the next steps, you'll take care of filtering the items in two categories to display separately.
Currently, both movies and TV series are displayed all together when you print the catalogue. In the next steps, you'll take care of filtering the items in two categories to display separately.
Inside the `MediaCatalogue` class, create a method named `get_movies` and make it return a list containing only instances of the parent class `Movie` that can be found in `self.items`.