From 81defcc92c8512d933547fdc65769c79065df533 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 16 May 2018 06:47:59 -0700 Subject: [PATCH] Minor tweaks to dataclasses docs. (GH-6903) (cherry picked from commit 7a1c02750171d9895754da5d560700aaba93da56) Co-authored-by: Eric V. Smith --- 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 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 .. sectionauthor:: Eric V. Smith -- 2.47.3