]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix minor docstring issues in `dataclasses.py`. (gh-93024)
authorRoman Novak <44512421+romanngg@users.noreply.github.com>
Tue, 26 Jul 2022 14:48:58 +0000 (07:48 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2022 14:48:58 +0000 (10:48 -0400)
commitb8c528694edb7a31020116956cc4daf07a5cd97f
tree3cd3f77b930df9afb70b72127069e83a235b807b
parent75c0c1b99312877bdd5b3583616f737d32869bac
Fix minor docstring issues in `dataclasses.py`. (gh-93024)

Previously, when using `functools.wrap` around them (and inherit their docstrings), sphinx renders the docstrings badly and raises warnings about wrong indent.
Lib/dataclasses.py