Fix version-changed note

This commit is contained in:
Laurie O 2019-11-22 02:08:51 +10:00
parent 2f1e74e50e
commit 371a9bde25
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ Module-level decorators, classes, and functions
:meth:`__init__`.
.. versionchanged:: 3.9
Non-defaulted fields following defaulted field used raise an
:exc:`TypeError`, but are now converted to keyword-only.
Non-defaulted fields following defaulted field used raise an
:exc:`TypeError`, but are now converted to keyword-only.
.. function:: field(*, default=MISSING, default_factory=MISSING, repr=True, hash=None, init=True, compare=True, metadata=None)