PEP 557: Fix typo in the word "initialized". (GH-483)

This commit is contained in:
Mariatta 2017-11-25 18:02:55 -08:00 committed by GitHub
parent 3ae7c5bec5
commit 600fecb3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,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