Skip to content

Commit 7a1c027

Browse files
authored
Minor tweaks to dataclasses docs. (GH-6903)
1 parent 9285835 commit 7a1c027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/dataclasses.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
:mod:`dataclasses` --- Dataclasses
2-
==========================================
1+
:mod:`dataclasses` --- Data Classes
2+
===================================
33

44
.. module:: dataclasses
5-
:synopsis: Generate special methods and add to user-defined classes.
5+
:synopsis: Generate special methods on user-defined classes.
66

77
.. moduleauthor:: Eric V. Smith <[email protected]>
88
.. sectionauthor:: Eric V. Smith <[email protected]>

0 commit comments

Comments
 (0)