diff --git a/README.rst b/README.rst index bfdac26d..4eb77100 100644 --- a/README.rst +++ b/README.rst @@ -86,7 +86,7 @@ Never again violate the `single responsibility principle `_ that have been introduced in version 20.1.0. -The old APIs (``@attr.s``, ``attr.ib``) will remain indefinitely. +The classic APIs (``@attr.s``, ``attr.ib``, ``@attr.attrs``, and ``attr.attrib``) will remain indefinitely. `Type annotations `_ will also stay entirely **optional** forever. .. -getting-help-