fixed typo in comments
This commit is contained in:
parent
0fb0548d0b
commit
94a732fb1a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue