diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 14:44:56 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2009-11-23 14:44:56 +0100 |
commit | b7e84e3fc5418641041f95a80f08fe053c004c27 (patch) | |
tree | a0e0865c87e8bd127df674b53b30f3e323c1b255 /cli.py | |
parent | b80f0a3c1f04c4446ab3f7ec019a3888fa098fab (diff) | |
download | logilab-common-b7e84e3fc5418641041f95a80f08fe053c004c27.tar.gz |
include Dotan Barak spell fixes patch
Diffstat (limited to 'cli.py')
-rw-r--r-- | cli.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ def init_readline(complete_method, histfile=None): import atexit atexit.register(readline.write_history_file, histfile) except: - print 'readline si not available :-(' + print 'readline is not available :-(' class Completer : @@ -119,7 +119,7 @@ class CLIHelper: def handle_line(self, stripped_line): """Method to overload in the concrete class (should handle - lines wich are not commands). + lines which are not commands). """ raise NotImplementedError() |