Skip to content

Commit 2935f28

Browse files
Update site.py
1 parent 6a25468 commit 2935f28

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
@@ -442,7 +442,7 @@ def setcopyright():
442442
"""Set 'copyright' and 'credits' in builtins"""
443443
builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
444444
builtins.credits = _sitebuiltins._Printer("credits", """\
445-
Thanks to CWI, CNRI, the Python Software Foundation, Zope Corporation and a cast of thousands
445+
Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software Foundation and a cast of thousands
446446
for supporting Python development. See www.python.org for more information.""")
447447
files, dirs = [], []
448448
# Not all modules are required to have a __file__ attribute. See

0 commit comments

Comments
 (0)