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.