[Python-checkins] Minor tweaks to dataclasses docs. (GH-6903)

Eric V. Smith webhook-mailer at python.org
Wed May 16 09:29:08 EDT 2018


https://github.com/python/cpython/commit/7a1c02750171d9895754da5d560700aaba93da56
commit: 7a1c02750171d9895754da5d560700aaba93da56
branch: master
author: Eric V. Smith <ericvsmith at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-05-16T09:29:05-04:00
summary:

Minor tweaks to dataclasses docs. (GH-6903)

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>



More information about the Python-checkins mailing list