aboutsummaryrefslogtreecommitdiffstats
path: root/shell.py
diff options
context:
space:
mode:
authorhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-05-22 03:24:15 +0000
committerhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2006-05-22 03:24:15 +0000
commitef5ff028a5062a14d9e47b0f5626e164fbde0d8d (patch)
tree61fd4fc30cad7735bbe5d36985f74b96f3c76766 /shell.py
parentc3890cf8fbe46e5b329680fb6b6c12283d75136c (diff)
typo
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@71 f711b948-2313-0410-aaa9-d29f33439f0b
Diffstat (limited to 'shell.py')
-rw-r--r--shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.py b/shell.py
index 2ef6251..b72408f 100644
--- a/shell.py
+++ b/shell.py
@@ -259,7 +259,7 @@ class Shell:
self._commandsets.append( new_commandset )
- def unregister_commands(self, target, command=None):
+ def unregister_commands(self, target, commands=None):
"""Unregister an object to provide commands.
You should provide the same parameters as in the call to
register_commands()."""