From b12fe223b2ea51728bd6d9d0036dfb90c1fa4b09 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 28 Aug 2021 00:13:55 +0200 Subject: [PATCH] Fix description of Data Classes section in api.rst --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 1f73a1857b34..0a9ba5cc256e 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -3931,7 +3931,7 @@ most of these yourself, even if they can also be used to hold attributes. Nearly all classes here have :ref:`py:slots` defined which means that it is impossible to have dynamic attributes to the data classes. -The only exception to this rule is :class:`abc.Snowflake`, which is made with +The only exception to this rule is :class:`Object`, which is made with dynamic attributes in mind.