From a9945509bc51684117aeacf2ad9444f0ee982c42 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Fri, 24 Aug 2018 05:20:50 -0400 Subject: [PATCH] Fix trivial typo. --- pep-0557.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0557.rst b/pep-0557.rst index bc98865c9..9ce2b3976 100644 --- a/pep-0557.rst +++ b/pep-0557.rst @@ -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