Skip to content

Commit 9cd1d94

Browse files
hugovkencukou
authored andcommitted
Remove duplicate space
Co-authored-by: Petr Viktorin <[email protected]>
1 parent 89ff632 commit 9cd1d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/site.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def setcopyright():
443443
builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
444444
builtins.credits = _sitebuiltins._Printer("credits", """\
445445
Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software
446-
Foundation, and a cast of thousands for supporting Python
446+
Foundation, and a cast of thousands for supporting Python
447447
development. See www.python.org for more information.""")
448448
files, dirs = [], []
449449
# Not all modules are required to have a __file__ attribute. See

0 commit comments

Comments
 (0)