]> granicus.if.org Git - python/commit
Reflow dataclasses comments (GH-6893)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 16 May 2018 09:14:53 +0000 (05:14 -0400)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 09:14:53 +0000 (05:14 -0400)
commitf8e7549490d61c92b34bf2de3e03ba2f7b0ac6e1
treea982d38b9dcdd7578f011f21855c4fa94ab28a7d
parent98d50cb8f57eb227c373cb94b8680b12ec8aade5
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.
Lib/dataclasses.py