Skip to content

Commit 142b92b

Browse files
Update Doc/library/pprint.rst
Co-authored-by: donBarbos <[email protected]>
1 parent 283ed38 commit 142b92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/pprint.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ cannot be split, the specified width will be exceeded::
450450
'summary': 'A sample Python project',
451451
'version': '1.2.0'}
452452

453-
Lastly, we can achieve block style formatting with the *block_style* parameter. Best results
454-
are achieved with a higher *indent* value::
453+
Lastly, we can achieve block style formatting with the *block_style* parameter.
454+
Best results are achieved with a higher *indent* value::
455455

456456
>>> pprint.pp(project_info, indent=4, block_style=True)
457457
{

0 commit comments

Comments
 (0)