Skip to content

Commit 24d4893

Browse files
committed
Update docs
1 parent 8f48ddb commit 24d4893

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/pprint.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@ PrettyPrinter Objects
193193
'eggs',
194194
'lumberjack',
195195
'knights',
196-
'ni'
196+
'ni',
197197
],
198198
'spam',
199199
'eggs',
200200
'lumberjack',
201201
'knights',
202-
'ni'
202+
'ni',
203203
]
204204
>>> tup = ('spam', ('eggs', ('lumberjack', ('knights', ('ni', ('dead',
205205
... ('parrot', ('fresh fruit',))))))))
@@ -465,7 +465,7 @@ Best results are achieved with a higher *indent* value::
465465
'Programming Language :: Python :: 3.2',
466466
'Programming Language :: Python :: 3.3',
467467
'Programming Language :: Python :: 3.4',
468-
'Topic :: Software Development :: Build Tools'
468+
'Topic :: Software Development :: Build Tools',
469469
],
470470
'description': 'A sample Python project\n'
471471
'=======================\n'
@@ -503,7 +503,7 @@ Best results are achieved with a higher *indent* value::
503503
'project_url': 'https://pypi.org/project/sampleproject/',
504504
'project_urls': {
505505
'Download': 'UNKNOWN',
506-
'Homepage': 'https://github.com/pypa/sampleproject'
506+
'Homepage': 'https://github.com/pypa/sampleproject',
507507
},
508508
'provides_extra': None,
509509
'release_url': 'https://pypi.org/project/sampleproject/1.2.0/',
@@ -512,5 +512,5 @@ Best results are achieved with a higher *indent* value::
512512
'summary': 'A sample Python project',
513513
'version': '1.2.0',
514514
'yanked': False,
515-
'yanked_reason': None
515+
'yanked_reason': None,
516516
}

0 commit comments

Comments
 (0)