Fix trivial typo.

This commit is contained in:
Eric V. Smith 2018-08-24 05:20:50 -04:00
parent 540dfba3ea
commit a9945509bc
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ parameters to the generated ``__init__`` method, and are passed to
the optional ``__post_init__`` method. They are not otherwise used
by Data Classes.
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