Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove space from autogenerated file
  • Loading branch information
encukou committed Feb 12, 2025
commit f04e70a8c0717d777a559d03e0e0869b0e9cf3b9
2 changes: 1 addition & 1 deletion Lib/pydoc_data/topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -5614,7 +5614,7 @@ class of the instance or a *non-virtual base class* thereof. The
3232235521
>>>
>>> width = 5
>>> for num in range(5,12):
>>> for num in range(5,12):
... for base in 'dXob':
... print('{0:{width}{base}}'.format(num, base=base, width=width), end=' ')
... print()
Expand Down
Loading