From 1d2afada83aa531db959ca455f4d9d564d259023 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 22 Sep 2015 11:30:00 -0300 Subject: [PATCH] Minor typo in CHANGELOG --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e2ecbef59..daabcb5da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,7 +12,7 @@ - Fix issue #411: Add __eq__ method to assertion comparison example. Thanks Ben Webb. -- fix issue 877: propperly handle assertion explanations with non-ascii repr +- fix issue 877: properly handle assertion explanations with non-ascii repr Thanks Mathieu Agopian for the report and Ronny Pfannschmidt for the PR.