]> granicus.if.org Git - python/commitdiff
Minor tweaks to dataclasses docs. (GH-6903)
authorEric V. Smith <ericvsmith@users.noreply.github.com>
Wed, 16 May 2018 13:29:05 +0000 (09:29 -0400)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 13:29:05 +0000 (09:29 -0400)
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>