Skip to content

Commit a5585de

Browse files
authored
fix grammar (#446)
1 parent ef7467c commit a5585de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

twitchio/ext/commands/bot.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ async def invoke(self, context):
347347
await context.command(context)
348348

349349
def load_module(self, name: str) -> None:
350-
"""Method which loads a module and it's cogs.
350+
"""Method which loads a module and its cogs.
351351
352352
Parameters
353353
------------
@@ -367,7 +367,7 @@ def load_module(self, name: str) -> None:
367367
self._modules[name] = module
368368

369369
def unload_module(self, name: str) -> None:
370-
"""Method which unloads a module and it's cogs.
370+
"""Method which unloads a module and its cogs.
371371
372372
Parameters
373373
----------
@@ -402,7 +402,7 @@ def unload_module(self, name: str) -> None:
402402
del sys.modules[m]
403403

404404
def reload_module(self, name: str):
405-
"""Method which reloads a module and it's cogs.
405+
"""Method which reloads a module and its cogs.
406406
407407
Parameters
408408
----------

0 commit comments

Comments
 (0)