From ee44563094acca6d69cfd46849d5b9781b2b4fc6 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 18 Nov 2019 18:54:17 +1100 Subject: [PATCH] Fix simple typo: developement -> development (#600) * Fix simple typo: developement -> development * Add towncrier file * Fix PR number --- changelog.d/600.change.rst | 1 + docs/why.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/600.change.rst diff --git a/changelog.d/600.change.rst b/changelog.d/600.change.rst new file mode 100644 index 00000000..4783b259 --- /dev/null +++ b/changelog.d/600.change.rst @@ -0,0 +1 @@ +Small typo in docs/why.rst - fixed spelling of development. diff --git a/docs/why.rst b/docs/why.rst index 12df3071..3a3d478c 100644 --- a/docs/why.rst +++ b/docs/why.rst @@ -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 `_ to not vendor ``attrs`` in the standard library was to not impede ``attrs``'s future developement. + One of the `reasons `_ to not vendor ``attrs`` in the standard library was to not impede ``attrs``'s future development.