diff --git a/app/people/customer.py b/app/people/customer.py index a3a615a41..73eba8466 100644 --- a/app/people/customer.py +++ b/app/people/customer.py @@ -4,4 +4,4 @@ def __init__(self, name: str, food: str) -> None: self.food = food def watch_movie(self, movie: str) -> None: - print(f"{self.name} is watching \"{movie}\".") + print(f'{self.name} is watching "{movie}".')