Skip to content

Commit 075b3c3

Browse files
dduong42ericvsmith
authored andcommitted
Fix typo in the dataclasses's doc (GH-8896)
1 parent 7ecae3c commit 075b3c3

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
@@ -447,7 +447,7 @@ parameters to the generated :meth:`__init__` method, and are passed to
447447
the optional :meth:`__post_init__` method. They are not otherwise used
448448
by dataclasses.
449449

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

453453
@dataclass

0 commit comments

Comments
 (0)