From 0b8c3de7a1a5feb3e9f50b88c71a7180f1c9d136 Mon Sep 17 00:00:00 2001 From: Maddie Thai-Tang Date: Wed, 3 May 2023 11:15:19 -0400 Subject: [PATCH] fixed changelog statement --- changelog/10704.improvement.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/10704.improvement.rst b/changelog/10704.improvement.rst index 657fdfce6..81978807c 100644 --- a/changelog/10704.improvement.rst +++ b/changelog/10704.improvement.rst @@ -1 +1 @@ -Changed the diff explanation for string comparison assertions when there is a tab in the string to show ``\t`` instead of `` `` +Changed the diff explanation for string comparison assertions when there is a tab in the string to show ``\t`` instead of four spaces.