fix newsfragment

This commit is contained in:
Hynek Schlawack 2019-08-21 12:43:30 +02:00
parent 22b8cb1c4c
commit b091f3bf29
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Keyword-only attributes (``kw_only=True``) and attributes that are excluded from the ``attrs``'s ``__init__`` (``init=False``) now can appear after mandatory attributes.
Keyword-only attributes (``kw_only=True``) and attributes that are excluded from the ``attrs``'s ``__init__`` (``init=False``) now can appear before mandatory attributes.