We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f08960 commit 37312d9Copy full SHA for 37312d9
Doc/whatsnew/3.14.rst
@@ -732,8 +732,9 @@ pprint
732
------
733
734
* Add a *block_style* keyword argument for :func:`pprint.pprint`,
735
- :func:`pprint.pformat`, :func:`pprint.pp` by passing on all *kwargs* and
736
- :class:`pprint.PrettyPrinter`.
+ :func:`pprint.pformat`, :func:`pprint.pp`. If true, the output will be
+ formatted in a block style similar to pretty-printed :func:`json.dumps` when
737
+ *indent* is supplied. Incompatible with *compact* mode.
738
(Contributed by Stefan Todoran in :gh:`129274`.)
739
740
0 commit comments