Minor tweaks to dataclasses docs. (GH-6903)

This commit is contained in:
Eric V. Smith 2018-05-16 09:29:05 -04:00 committed by GitHub
parent 9285835a05
commit 7a1c027501
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>