diff --git a/curriculum/challenges/english/blocks/workshop-media-catalogue/68b6d5244e6ce639e52fd1e7.md b/curriculum/challenges/english/blocks/workshop-media-catalogue/68b6d5244e6ce639e52fd1e7.md index 8b9aa7809dd..2b85fa4d432 100644 --- a/curriculum/challenges/english/blocks/workshop-media-catalogue/68b6d5244e6ce639e52fd1e7.md +++ b/curriculum/challenges/english/blocks/workshop-media-catalogue/68b6d5244e6ce639e52fd1e7.md @@ -7,7 +7,7 @@ dashedName: step-16 # --description-- -What if you want to represent a different type of media item, let's say a tv series? You could create another class and make it inherit from `Movie` to have access to all of its methods and attributes. +What if you want to represent a different type of media item, such as a TV series? You could create another class and make it inherit from `Movie` to have access to all of its methods and attributes. Create an empty class named `TVSeries` and make it inherit from `Movie`. Here's how to make a `Child` class inherit from a `Parent` class.