Skip to content

Commit 8ef085f

Browse files
committed
Fix line length for news entry
1 parent 19e4e08 commit 8ef085f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
Adds a ``block_style`` boolean parameter to :func:`pprint.pp` which inserts a newline after opening parentheses and braces of printed objects and indents their contents. In other words, enabling this option results in formatted output looking similar to the block style formatting from :func:`json.dumps` when ``indent`` is set to a positive integer. Contributed by Stefan Todoran.
1+
Add a ``block_style`` boolean parameter to :func:`pprint.pp` which inserts a
2+
newline after opening parentheses/braces of printed objects and indents their
3+
contents. In other words, enabling this option results in formatted output
4+
similar to the block style formatting from :func:`json.dumps` when ``indent``
5+
is set to a positive integer. Contributed by Stefan Todoran.

0 commit comments

Comments
 (0)