https://github.com/python/cpython/commit/ed816f1a7088f5e85d9b27ed5828408dff007d18
commit: ed816f1a7088f5e85d9b27ed5828408dff007d18
branch: main
author: Sam Gross <[email protected]>
committer: hugovk <[email protected]>
date: 2025-02-11T23:28:28+02:00
summary:

Remove trailing whitespace in Lib/pydoc_data/topics.py (#130014)

files:
M Lib/pydoc_data/topics.py

diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index d58f10c120afa6..e618fc7fed3a07 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -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()

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to