Fixed type of argument in class help

This commit is contained in:
Jan Zeleny
2011-02-02 02:49:57 -05:00
committed by Rob Crittenden
parent 34efc7bc24
commit da1fe966de

View File

@@ -609,7 +609,7 @@ class help(frontend.Local):
Display help for a command or topic.
"""
takes_args = (Bytes('command?'),)
takes_args = (Str('command?'),)
has_output = tuple()