Commit 94a732fb by Brian Coca

fixed typo in comments

parent 0fb0548d
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment