From: Sam Gross Date: Tue, 11 Feb 2025 21:28:28 +0000 (-0500) Subject: Remove trailing whitespace in Lib/pydoc_data/topics.py (#130014) X-Git-Tag: v3.14.0a6~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed816f1a7088f5e85d9b27ed5828408dff007d18;p=thirdparty%2FPython%2Fcpython.git Remove trailing whitespace in Lib/pydoc_data/topics.py (#130014) --- diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index d58f10c120af..e618fc7fed3a 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -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()