diff options
author | Eric V. Smith <ericvsmith@users.noreply.github.com> | 2018-05-16 13:29:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 13:29:05 (GMT) |
commit | 7a1c02750171d9895754da5d560700aaba93da56 (patch) | |
tree | 085b05950278c9794c7ad5815575e187c57c83a0 /Doc/library/dataclasses.rst | |
parent | 9285835a05ad0319acef111340266c0f85ed549c (diff) | |
download | cpython-7a1c02750171d9895754da5d560700aaba93da56.zip cpython-7a1c02750171d9895754da5d560700aaba93da56.tar.gz cpython-7a1c02750171d9895754da5d560700aaba93da56.tar.bz2 |
Minor tweaks to dataclasses docs. (GH-6903)
Diffstat (limited to 'Doc/library/dataclasses.rst')
-rw-r--r-- | Doc/library/dataclasses.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/dataclasses.rst b/Doc/library/dataclasses.rst index 489dece..a90fcf7 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@trueblade.com> .. sectionauthor:: Eric V. Smith <eric@trueblade.com> |