docstring correction

This commit is contained in:
dave 2018-02-18 07:34:50 +00:00
parent 650ff6f3ef
commit ba85eee901
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class ModInfo(ModuleBase):
Iterator that cycles through module methods that are tagged with help information. The iterator yields tuples
of:
(module_name, module_object, command_spec, command_help, command_list)
(module_name, module_object, command_spec, command_help, command_alias_list)
"""
for modname, module in self.bot.moduleInstances.items():
for attr_name in dir(module):