From cd24cee7b46fd5341bda524129bb10043c7afac0 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Sat, 25 Nov 2017 15:54:11 -0500 Subject: [PATCH] Fix typo. --- pep-0557.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0557.rst b/pep-0557.rst index de9d075fc..fc3337c5d 100644 --- a/pep-0557.rst +++ b/pep-0557.rst @@ -226,7 +226,7 @@ The parameters to ``dataclass`` are: generate an exception. This emulates read-only frozen instances. See the discussion below. -``field``s may optionally specify a default value, using normal +``field``'s may optionally specify a default value, using normal Python syntax:: @dataclass