From 05ba1808997fa1b8cf54b84394d5513fbf5e0f7a Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Wed, 27 Nov 2024 18:24:26 +0000 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48ddd80..5dc8ad7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ console.print(...) # no longer need to pass soft_wrap to each print Extends Rich Console to detect if original text already had ANSI escapes and decodes it before processing it. This solves the case where printing -output captured from other processes that contained ANSI escapes would brake. +output captured from other processes that contained ANSI escapes would break. [upstream-404](https://github.com/willmcgugan/rich/discussions/404) ## Soft-wrapping logger