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 283ed38 commit 142b92bCopy full SHA for 142b92b
Doc/library/pprint.rst
@@ -450,8 +450,8 @@ cannot be split, the specified width will be exceeded::
450
'summary': 'A sample Python project',
451
'version': '1.2.0'}
452
453
-Lastly, we can achieve block style formatting with the *block_style* parameter. Best results
454
-are achieved with a higher *indent* value::
+Lastly, we can achieve block style formatting with the *block_style* parameter.
+Best results are achieved with a higher *indent* value::
455
456
>>> pprint.pp(project_info, indent=4, block_style=True)
457
{
0 commit comments