Skip to content

Commit 1e717ce

Browse files
committed
📝 Fix docstring indentation
Signed-off-by: plun1331 <[email protected]>
1 parent 58acdb7 commit 1e717ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

discord/primary_guild.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ class PrimaryGuild:
3939
4040
Attributes
4141
----------
42-
identity_guild_id: int
43-
The ID of the guild.
44-
identity_enabled: :class:`bool`
45-
Whether the primary guild is enabled.
46-
tag: str
47-
The tag of the primary guild.
42+
identity_guild_id: int
43+
The ID of the guild.
44+
identity_enabled: :class:`bool`
45+
Whether the primary guild is enabled.
46+
tag: str
47+
The tag of the primary guild.
4848
"""
4949

5050
def __init__(self, data: PrimaryGuildPayload, state: "ConnectionState") -> None:

0 commit comments

Comments
 (0)