From 4b11bfe1c8243c0ecfad68297f73dd69b2767bf8 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sun, 17 Nov 2024 12:51:35 -0700 Subject: [PATCH] Fixed wording in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e83f485..a025ad0 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Refer to the [AnsiString test file](https://github.com/Tails86/ansi-string/blob/ ### AnsiStr -AnsiStr is an immutable version of AnsiString. The advantage of this object is that isinstance(AnsiStr(), str) returns True. The disadvantages all formatting functionality return a new object rather than formatting in-place, and the output is always automatically simplified, so no escape codes outside of the internally-known codes may be used. +AnsiStr is an immutable version of AnsiString. The advantage of this object is that isinstance(AnsiStr(), str) returns True. The disadvantages are that all formatting functionality return a new object rather than formatting in-place, and the output is always automatically simplified, so using escape codes outside of the internally-known ones may result in undesired behavior. #### Example 1 Code: