fixed typo in comments

pull/9451/head
Brian Coca 10 years ago
parent 0fb0548d0b
commit 94a732fb1a

@ -189,7 +189,7 @@ def get_module_list_text(module_list):
if len(desc) > linelimit:
desc = desc[:linelimit] + '...'
if module.startswith('_'): # Handle replecated
if module.startswith('_'): # Handle deprecated
module = module[1:]
deprecated.append("%-*s %-*.*s" % (displace, module, linelimit, len(desc), desc))
else:

Loading…
Cancel
Save