PEP 557: Fix typo in the word "initialized". (GH-483)
This commit is contained in:
parent
3ae7c5bec5
commit
600fecb3b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue