Fix typo.

This commit is contained in:
Eric V. Smith 2017-11-25 15:54:11 -05:00
parent 17cc5bc3f7
commit cd24cee7b4
1 changed files with 1 additions and 1 deletions

View File

@ -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