From b3bfecde3932c271e5f633b6723ed4cb03f0e0e3 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 8 May 2019 08:27:53 -0700 Subject: [PATCH] Fix markdown typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4138f48..79629b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ =================== ### Fixes -- Don't ``UnicodeDecodeError`` on unexpected non-UTF8 output in python health +- Don't `UnicodeDecodeError` on unexpected non-UTF8 output in python health check on windows. - #1021 issue by @nicoddemus. - #1022 PR by @asottile.