Skip to content

Commit a8c749d

Browse files
miss-islingtondduong42
authored andcommitted
Fix typo in the dataclasses's doc (GH-8896) (GH-8897)
(cherry picked from commit 075b3c3) Co-authored-by: Daniel Dương <[email protected]>
1 parent d9e1abf commit a8c749d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dataclasses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ parameters to the generated :meth:`__init__` method, and are passed to
448448
the optional :meth:`__post_init__` method. They are not otherwise used
449449
by dataclasses.
450450

451-
For example, suppose a field will be initialzed from a database, if a
451+
For example, suppose a field will be initialized from a database, if a
452452
value is not provided when creating the class::
453453

454454
@dataclass

0 commit comments

Comments
 (0)