]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve readability by adding whitespace between code paragraphs (gh-138090)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 23 Aug 2025 15:18:46 +0000 (10:18 -0500)
committerGitHub <noreply@github.com>
Sat, 23 Aug 2025 15:18:46 +0000 (15:18 +0000)
commit6fcac09401e336b25833dcef2610d498e73b27a1
tree5488bcf5c9a27098e7560e489b8e2d6274d5f060
parentab1bef8ad27ad531a1109cfc016ea627d94f9cc1
Improve readability by adding whitespace between code paragraphs (gh-138090)

Improve readability by adding whitespace between code paragraphs.
Lib/functools.py