Skip to content

Commit ed816f1

Browse files
authored
Remove trailing whitespace in Lib/pydoc_data/topics.py (#130014)
1 parent 00ec781 commit ed816f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pydoc_data/topics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5614,7 +5614,7 @@ class of the instance or a *non-virtual base class* thereof. The
56145614
3232235521
56155615
>>>
56165616
>>> width = 5
5617-
>>> for num in range(5,12):
5617+
>>> for num in range(5,12):
56185618
... for base in 'dXob':
56195619
... print('{0:{width}{base}}'.format(num, base=base, width=width), end=' ')
56205620
... print()

0 commit comments

Comments
 (0)