Fix simple typo: developement -> development (#600)
* Fix simple typo: developement -> development * Add towncrier file * Fix PR number
This commit is contained in:
parent
179b1c4bf0
commit
ee44563094
|
@ -0,0 +1 @@
|
|||
Small typo in docs/why.rst - fixed spelling of development.
|
|
@ -151,7 +151,7 @@ Nevertheless, there are still reasons to prefer ``attrs`` over Data Classes whos
|
|||
- ``attrs`` can and will move faster.
|
||||
We are not bound to any release schedules and we have a clear deprecation policy.
|
||||
|
||||
One of the `reasons <https://www.python.org/dev/peps/pep-0557/#why-not-just-use-attrs>`_ to not vendor ``attrs`` in the standard library was to not impede ``attrs``'s future developement.
|
||||
One of the `reasons <https://www.python.org/dev/peps/pep-0557/#why-not-just-use-attrs>`_ to not vendor ``attrs`` in the standard library was to not impede ``attrs``'s future development.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue