Commit 075b3c32 authored by Daniel Dương's avatar Daniel Dương Committed by Eric V. Smith

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

parent 7ecae3ca
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment