mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Fix description of Data Classes section in api.rst
This commit is contained in:
parent
a2a7b0f076
commit
b12fe223b2
@ -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
|
Nearly all classes here have :ref:`py:slots` defined which means that it is
|
||||||
impossible to have dynamic attributes to the data classes.
|
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.
|
dynamic attributes in mind.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user