Browse Source
Fix description of Data Classes section in api.rst
pull/7484/head
jack1142
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|
|
|
|
|
|
|
|
|