From 7a1c02750171d9895754da5d560700aaba93da56 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Wed, 16 May 2018 09:29:05 -0400 Subject: Minor tweaks to dataclasses docs. (GH-6903) --- Doc/library/dataclasses.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/dataclasses.rst b/Doc/library/dataclasses.rst index 489dece..a90fcf7 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 .. sectionauthor:: Eric V. Smith -- cgit v0.12