Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sashasyrota committed Oct 6, 2024
1 parent 7a6064b commit 790caf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/people/customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}".')

0 comments on commit 790caf4

Please sign in to comment.