Fix typo in the dataclasses's doc (GH-8896)

This commit is contained in:
Daniel Dương 2018-08-24 16:19:24 +07:00 committed by Eric V. Smith
parent 7ecae3ca0b
commit 075b3c3259
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ parameters to the generated :meth:`__init__` method, and are passed to
the optional :meth:`__post_init__` method. They are not otherwise used
by dataclasses.
For example, suppose a field will be initialzed from a database, if a
For example, suppose a field will be initialized from a database, if a
value is not provided when creating the class::
@dataclass