Skip to content

Commit 7797676

Browse files
[3.13] gh-138993: Dedent credits text (GH-138994) (#140087)
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 115ee7b commit 7797676

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Lib/site.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ def setcopyright():
443443
"""Set 'copyright' and 'credits' in builtins"""
444444
builtins.copyright = _sitebuiltins._Printer("copyright", sys.copyright)
445445
builtins.credits = _sitebuiltins._Printer("credits", """\
446-
Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software
447-
Foundation, and a cast of thousands for supporting Python
448-
development. See www.python.org for more information.""")
446+
Thanks to CWI, CNRI, BeOpen, Zope Corporation, the Python Software
447+
Foundation, and a cast of thousands for supporting Python
448+
development. See www.python.org for more information.""")
449449
files, dirs = [], []
450450
# Not all modules are required to have a __file__ attribute. See
451451
# PEP 420 for more details.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dedent :data:`credits` text.

0 commit comments

Comments
 (0)