Update changelog/1531.improvement.rst
Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
parent
445687c555
commit
85807ba368
|
@ -1,7 +1,4 @@
|
||||||
Improved the very verbose diff for every standard library container types. Previously,
|
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.
|
||||||
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.
|
|
||||||
|
|
||||||
The indentation is now consistent and the markers on their own separate lines
|
Previously, the default python pretty printer was used to generate the output, which puts opening and closing
|
||||||
which should reduce the diffs shown to users.
|
markers on the same line as the first/last entry, in addition to not having consistent indentation.
|
||||||
|
|
Loading…
Reference in New Issue