From 3f998115234e728b77ffa821d1178401e5059333 Mon Sep 17 00:00:00 2001 From: tenzin-4776 Date: Thu, 14 May 2026 14:46:27 -0700 Subject: [PATCH] fix(curriculum): capitalize TV in media catalogue workshop (#67411) --- .../blocks/workshop-media-catalogue/68b99289c744bffa96807d04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-media-catalogue/68b99289c744bffa96807d04.md b/curriculum/challenges/english/blocks/workshop-media-catalogue/68b99289c744bffa96807d04.md index fc82aad4e4e..1a3e0af32c2 100644 --- a/curriculum/challenges/english/blocks/workshop-media-catalogue/68b99289c744bffa96807d04.md +++ b/curriculum/challenges/english/blocks/workshop-media-catalogue/68b99289c744bffa96807d04.md @@ -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`.