From d0f50bc4b8c183c60677585d89a56f501c79a79d Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 18 Jun 2021 20:44:23 +0100 Subject: [PATCH] words --- examples/repr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/repr.py b/examples/repr.py index 01226fc5..1a3de460 100644 --- a/examples/repr.py +++ b/examples/repr.py @@ -10,8 +10,8 @@ class Bird: 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