Minor tweaks to dataclasses docs. (GH-6903)

(cherry picked from commit 7a1c027501)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2018-05-16 06:47:59 -07:00 committed by GitHub
parent 8e20fc388f
commit 81defcc92c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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>