Fix trivial typo.
This commit is contained in:
parent
540dfba3ea
commit
a9945509bc
|
@ -420,7 +420,7 @@ parameters to the generated ``__init__`` method, and are passed to
|
||||||
the optional ``__post_init__`` method. They are not otherwise used
|
the optional ``__post_init__`` method. They are not otherwise used
|
||||||
by Data Classes.
|
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::
|
value is not provided when creating the class::
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
|
Loading…
Reference in New Issue