Skip to content

Commit 0820328

Browse files
[Doc] Add a blank line after a doctest role on str.join()
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 95ea035 commit 0820328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2196,6 +2196,7 @@ expression support in the :mod:`re` module).
21962196
For example:
21972197

21982198
.. doctest::
2199+
21992200
>>> ', '.join(['spam', 'spam', 'spam'])
22002201
'spam, spam, spam'
22012202
>>> '-'.join('Python')

0 commit comments

Comments
 (0)