File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1943,16 +1943,6 @@ platform
19431943 (Contributed by Bénédikt Tran in :gh: `122549 `.)
19441944
19451945
1946- pprint
1947- ------
1948-
1949- * Add a *block_style * keyword argument for :func: `pprint.pprint `,
1950- :func: `pprint.pformat `, :func: `pprint.pp `. If true, the output will be
1951- formatted in a block style similar to pretty-printed :func: `json.dumps ` when
1952- *indent * is supplied.
1953- (Contributed by Stefan Todoran in :gh: `129274 `.)
1954-
1955-
19561946pydoc
19571947-----
19581948
Original file line number Diff line number Diff line change @@ -408,6 +408,16 @@ platform
408408 (Contributed by Alexey Makridenko in :gh: `133604 `.)
409409
410410
411+ pprint
412+ ------
413+
414+ * Add a *block_style * keyword argument for :func: `pprint.pprint `,
415+ :func: `pprint.pformat `, :func: `pprint.pp `. If true, the output will be
416+ formatted in a block style similar to pretty-printed :func: `json.dumps ` when
417+ *indent * is supplied.
418+ (Contributed by Stefan Todoran and Semyon Moroz in :gh: `112632 `.)
419+
420+
411421sre_*
412422-----
413423
You can’t perform that action at this time.
0 commit comments