Fix simple typo: developement -> development (#600)

* Fix simple typo: developement -> development

* Add towncrier file

* Fix PR number
This commit is contained in:
Tim Gates 2019-11-18 18:54:17 +11:00 committed by Hynek Schlawack
parent 179b1c4bf0
commit ee44563094
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Small typo in docs/why.rst - fixed spelling of development.

View File

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