From 85807ba36899114a37d41eb73656ccdefb5f63a3 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Sat, 25 Nov 2023 10:33:29 +0000 Subject: [PATCH] Update changelog/1531.improvement.rst Co-authored-by: Bruno Oliveira --- changelog/1531.improvement.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/changelog/1531.improvement.rst b/changelog/1531.improvement.rst index 2dd8ee247..d444ea2e7 100644 --- a/changelog/1531.improvement.rst +++ b/changelog/1531.improvement.rst @@ -1,7 +1,4 @@ -Improved the very verbose diff for every standard library container types. Previously, -this would use the default python pretty printer, which puts opening and closing -markers on the same line as the first/last entry, in addition to not having -consistent indentation. +Improved the very verbose diff for every standard library container types: the indentation is now consistent and the markers are on their own separate lines, which should reduce the diffs shown to users. -The indentation is now consistent and the markers on their own separate lines -which should reduce the diffs shown to users. +Previously, the default python pretty printer was used to generate the output, which puts opening and closing +markers on the same line as the first/last entry, in addition to not having consistent indentation.