From 0ce7f3203d9f8dcdbf31e1ed288a72961a2fba2c Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 28 Mar 2021 12:10:38 +0100 Subject: [PATCH] typo --- rich/segment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rich/segment.py b/rich/segment.py index 332a7a49..66b8f3b4 100644 --- a/rich/segment.py +++ b/rich/segment.py @@ -416,7 +416,7 @@ console.print(text)""" console.rule("rich.Segment") console.print( - "A Segment is the last step in the Rich render process before gemerating text with ANSI codes." + "A Segment is the last step in the Rich render process before generating text with ANSI codes." ) console.print("\nConsider the following code:\n") console.print(Syntax(code, "python", line_numbers=True))