From 850df71ad27cc6c13a0f01e2791f2ae427ad70f8 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 27 Dec 2021 08:25:05 +0100 Subject: [PATCH] Shorten enumeration --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 30ce5bde..c25e5af2 100644 --- a/README.rst +++ b/README.rst @@ -83,7 +83,7 @@ Types are entirely **optional** with ``attrs``. Simply assign ``attrs.field()`` to the attributes instead of annotating them with types. This example uses ``attrs``'s `modern APIs `_ that have been introduced in version 20.1.0. -The classic APIs (``@attr.s``, ``attr.ib``, ``@attr.attrs``, ``attr.attrib``, and ``attr.dataclass``) will remain indefinitely. +The classic APIs (``@attr.s``, ``attr.ib``, and their serious business aliases) will remain indefinitely. Please check out `On The Core API Names `_ for a more in-depth explanation.