Skip to content

Commit

Permalink
Fix description of Data Classes section in api.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Aug 27, 2021
1 parent a2a7b0f commit b12fe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit b12fe22

Please sign in to comment.