Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 18, 2021
1 parent 6e97016 commit d0f50bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/repr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d0f50bc

Please sign in to comment.