From: Eric V. Smith Date: Wed, 16 May 2018 13:29:05 +0000 (-0400) Subject: Minor tweaks to dataclasses docs. (GH-6903) X-Git-Tag: v3.8.0a1~1837 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a1c02750171d9895754da5d560700aaba93da56;p=thirdparty%2FPython%2Fcpython.git Minor tweaks to dataclasses docs. (GH-6903) --- 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 .. sectionauthor:: Eric V. Smith