Skip to content

Commit 6ceca50

Browse files
Commit
1 parent 1c984ba commit 6ceca50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/site.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@ def setcopyright():
449449
"""Set 'copyright' and 'credits' in builtins"""
450450
builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
451451
builtins.credits = _sitebuiltins._Printer("credits", """\
452-
Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software
453-
Foundation, and a cast of thousands for supporting Python
454-
development. See www.python.org for more information.""")
452+
Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software
453+
Foundation, and a cast of thousands for supporting Python
454+
development. See www.python.org for more information.""")
455455
files, dirs = [], []
456456
# Not all modules are required to have a __file__ attribute. See
457457
# PEP 420 for more details.

0 commit comments

Comments
 (0)