From ab8e7b77320b6bdcc67b0b0f6ee5144e07bb2f09 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 23 Feb 2019 10:51:23 -0500 Subject: [commands] Fix bug in behaviour in the cog inspection methods. --- docs/ext/commands/cogs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ext') diff --git a/docs/ext/commands/cogs.rst b/docs/ext/commands/cogs.rst index 680a5246..589a94c2 100644 --- a/docs/ext/commands/cogs.rst +++ b/docs/ext/commands/cogs.rst @@ -142,7 +142,7 @@ Inspection Since cogs ultimately are classes, we have some tools to help us inspect certain properties of the cog. -To get a :class:`tuple` of commands, we can use :meth:`.Cog.get_commands`. :: +To get a :class:`list` of commands, we can use :meth:`.Cog.get_commands`. :: >>> cog = bot.get_cog('Greetings') >>> commands = cog.get_commands() -- cgit v1.2.3