Fix silly typo

bug/bundler_fix
OJ 2015-10-12 14:58:30 +10:00
parent dbfee51ad3
commit 9adb2ee267
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Console::CommandDispatcher::Python
)
def python_import_usage
print_line('Usage: python_imoprt <-f file path> [-n mod name] [-r result var name]')
print_line('Usage: python_import <-f file path> [-n mod name] [-r result var name]')
print_line
print_line('Loads a python code file or module from disk into memory on the target.')
print_line('The module loader requires a path to a folder that contains the module,')