https://github.com/python/cpython/commit/81defcc92c8512d933547fdc65769c79065df533 commit: 81defcc92c8512d933547fdc65769c79065df533 branch: 3.7 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: GitHub <noreply at github.com> date: 2018年05月16日T06:47:59-07:00 summary: Minor tweaks to dataclasses docs. (GH-6903) (cherry picked from commit 7a1c02750171d9895754da5d560700aaba93da56) Co-authored-by: Eric V. Smith <ericvsmith at users.noreply.github.com> files: M Doc/library/dataclasses.rst diff --git a/Doc/library/dataclasses.rst b/Doc/library/dataclasses.rst index 489dece7ccf3..a90fcf78348a 100644 --- a/Doc/library/dataclasses.rst +++ b/Doc/library/dataclasses.rst @@ -1,8 +1,8 @@ -:mod:`dataclasses` --- Dataclasses -========================================== +:mod:`dataclasses` --- Data Classes +=================================== .. module:: dataclasses - :synopsis: Generate special methods and add to user-defined classes. + :synopsis: Generate special methods on user-defined classes. .. moduleauthor:: Eric V. Smith <eric at trueblade.com> .. sectionauthor:: Eric V. Smith <eric at trueblade.com>