]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove trailing whitespace in Lib/pydoc_data/topics.py (#130014)
authorSam Gross <colesbury@gmail.com>
Tue, 11 Feb 2025 21:28:28 +0000 (16:28 -0500)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2025 21:28:28 +0000 (23:28 +0200)
Lib/pydoc_data/topics.py

index d58f10c120afa650a33a36651845507c26e485b0..e618fc7fed3a070a9ffea782e53868b9c1665600 100644 (file)
@@ -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()