]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133046: Reformat the ``ast`` module docstring (GH-133050) (GH-133060)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Apr 2025 21:59:41 +0000 (23:59 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Apr 2025 21:59:41 +0000 (21:59 +0000)
commit154225bb337ad92175485245603b5ac914174602
tree8e5cc3fd550971a1230df719573b802cf18055fa
parent8fdc10686ba46150879230e67ce33d454fe6fa76
[3.13] gh-133046: Reformat the ``ast`` module docstring (GH-133050) (GH-133060)

gh-133046: Reformat the ``ast`` module docstring (GH-133050)

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

---------
(cherry picked from commit 6d53b752831c453da115dd4ce54a0d121d9990cd)

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