Update changelog/1531.improvement.rst

Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
Benjamin Schubert 2023-11-25 10:33:29 +00:00 committed by GitHub
parent 445687c555
commit 85807ba368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -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.