]> granicus.if.org Git - python/commit
Reflow dataclasses comments (GH-6893)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 May 2018 09:49:29 +0000 (02:49 -0700)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 09:49:29 +0000 (02:49 -0700)
commit8d486fb93aad343dbcf6075ed95e68845d9ca09b
tree3ccf41d567a7f8753719727df388b1c4ff8d1e71
parent04e96da5e4982afeb639d6a4d232c6c221fe3a9d
Reflow dataclasses comments (GH-6893)

To be more consistent with other code (and so people stop hassling me!), reflow the dataclasses comments to not use a single space indentation when continuing a paragraph of text.
(cherry picked from commit f8e7549490d61c92b34bf2de3e03ba2f7b0ac6e1)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Lib/dataclasses.py