]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133046: Reformat the ``ast`` module docstring (GH-133050)
authorHunter Hogan <hunterhogan@users.noreply.github.com>
Sun, 27 Apr 2025 21:35:56 +0000 (16:35 -0500)
committerGitHub <noreply@github.com>
Sun, 27 Apr 2025 21:35:56 +0000 (14:35 -0700)
commit6d53b752831c453da115dd4ce54a0d121d9990cd
treed7b3ea406835dc8145310019ec7ae7d6cb4d995f
parent28a2fd031e3e9c28bf32670c86b60ea74d0c470d
gh-133046: Reformat the ``ast`` module docstring (GH-133050)

* Fix formatting in module docstring for `ast` https://github.com/python/cpython/issues/133046
* #133046 ast docstring: remove header, dedent, 80-char width.
* Keep existing wrapping

---------

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Lib/ast.py