This commit is contained in:
Will McGugan 2021-03-28 12:10:38 +01:00
parent d4e2356646
commit 0ce7f3203d
1 changed files with 1 additions and 1 deletions

View File

@ -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))