We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fcc2c commit ce0a99dCopy full SHA for ce0a99d
Lib/site.py
@@ -442,7 +442,7 @@ def setcopyright():
442
"""Set 'copyright' and 'credits' in builtins"""
443
builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
444
builtins.credits = _sitebuiltins._Printer("credits", """\
445
- Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
+ Thanks to CWI, CNRI, the Python Software Foundation, Zope Corporation and a cast of thousands
446
for supporting Python development. See www.python.org for more information.""")
447
files, dirs = [], []
448
# Not all modules are required to have a __file__ attribute. See
0 commit comments