Skip to content

Commit 19e4e08

Browse files
committed
Fix params in news entry
1 parent ffef3b0 commit 19e4e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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+
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.

0 commit comments

Comments
 (0)