mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
Remove trailing whitespace in Lib/pydoc_data/topics.py (#130014)
This commit is contained in:
parent
00ec781877
commit
ed816f1a70
1 changed files with 1 additions and 1 deletions
|
@ -5614,7 +5614,7 @@ Nesting arguments and more complex examples:
|
|||
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue