Fix typo in add_cog doc

This commit is contained in:
HigherOrderLogic 2022-03-14 12:33:34 +07:00 committed by GitHub
parent 2da6415008
commit 3e70a4e798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -574,7 +574,7 @@ class BotBase(GroupMixin[None]):
.. note::
Exceptions raised inside a `class`:.Cog:'s :meth:`~.Cog.cog_load` method will be
Exceptions raised inside a :class:`.Cog`'s :meth:`~.Cog.cog_load` method will be
propagated to the caller.
.. versionchanged:: 2.0