diff --git a/examples/repr.py b/examples/repr.py index 01226fc5f..1a3de4609 100644 --- a/examples/repr.py +++ b/examples/repr.py @@ -10,8 +10,8 @@ def __init__(self, name, eats=None, fly=True, extinct=False): self.extinct = extinct -# Note that the repr is still generate without Rich -# Try commenting out the following lin +# Note that the repr is still generated without Rich +# Try commenting out the following line from rich import print