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.