]> granicus.if.org Git - python/commitdiff
Minor tweaks to dataclasses docs. (GH-6903)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 May 2018 13:47:59 +0000 (06:47 -0700)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 13:47:59 +0000 (06:47 -0700)
(cherry picked from commit 7a1c02750171d9895754da5d560700aaba93da56)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Doc/library/dataclasses.rst

index 489dece7ccf3cbfe426a36e911bcd38c432fb994..a90fcf78348a88c5f408cd27989941f47ba69fc2 100644 (file)
@@ -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>