@@ -111,11 +111,11 @@ def from_content(cls, content: str) -> Optional[Guild]:
111111 """Create an instance of the class from the HTML content of the guild's page.
112112
113113 Parameters
114- -----------
114+ ----------
115115 The HTML content of the page.
116116
117117 Returns
118- ----------
118+ -------
119119 The guild contained in the page or None if it doesn't exist.
120120
121121 Raises
@@ -172,8 +172,7 @@ def _parse_current_member(cls, builder, previous_rank, values):
172172
173173 @classmethod
174174 def _parse_application_info (cls , builder , info_container ):
175- """
176- Parse the guild's application info.
175+ """Parse the guild's application info.
177176
178177 Parameters
179178 ----------
@@ -187,8 +186,7 @@ def _parse_application_info(cls, builder, info_container):
187186
188187 @classmethod
189188 def _parse_guild_disband_info (cls , builder : GuildBuilder , info_container : bs4 .Tag ):
190- """
191- Parse the guild's disband info, if available.
189+ """Parse the guild's disband info, if available.
192190
193191 Parameters
194192 ----------
@@ -201,8 +199,7 @@ def _parse_guild_disband_info(cls, builder: GuildBuilder, info_container: bs4.Ta
201199
202200 @classmethod
203201 def _parse_guild_guildhall (cls , builder , info_container ):
204- """
205- Parse the guild's guildhall info.
202+ """Parse the guild's guildhall info.
206203
207204 Parameters
208205 ----------
@@ -234,8 +231,7 @@ def _parse_guild_homepage(cls, builder, info_container):
234231
235232 @classmethod
236233 def _parse_guild_info (cls , builder , info_container ):
237- """
238- Parse the guild's general information and applies the found values.
234+ """Parse the guild's general information and applies the found values.
239235
240236 Parameters
241237 ----------
@@ -271,8 +267,7 @@ def _parse_logo(cls, builder: GuildBuilder, parsed_content):
271267
272268 @classmethod
273269 def _parse_guild_members (cls , builder , parsed_content ):
274- """
275- Parse the guild's member and invited list.
270+ """Parse the guild's member and invited list.
276271
277272 Parameters
278273 ----------
0 commit comments