From c49e5a731fdacaa4036afa1fe4c967f733ca224b Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 23 Sep 2022 13:41:31 +0100 Subject: [PATCH] typo fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b88e033e9..2ed549a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix NO_COLOR support on legacy Windows https://github.com/Textualize/rich/pull/2458 - Fix pretty printer handling of cyclic references https://github.com/Textualize/rich/pull/2524 - Fix missing `mode` property on file wrapper breaking uploads via `requests` https://github.com/Textualize/rich/pull/2495 -- Fix mismatching default value of prarmeter `ensure_ascii` https://github.com/Textualize/rich/pull/2538 +- Fix mismatching default value of parameter `ensure_ascii` https://github.com/Textualize/rich/pull/2538 ### Changed