summaryrefslogtreecommitdiff
path: root/cliff/interactive.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliff/interactive.py')
-rw-r--r--cliff/interactive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cliff/interactive.py b/cliff/interactive.py
index e1bd930..e5cddb0 100644
--- a/cliff/interactive.py
+++ b/cliff/interactive.py
@@ -39,7 +39,7 @@ class InteractiveApp(cmd2.Cmd):
cmd2.Cmd.__init__(self, 'tab', stdin=stdin, stdout=stdout)
def default(self, line):
- # Tie in the the default command processor to
+ # Tie in the default command processor to
# dispatch commands known to the command manager.
# We send the message through our parent app,
# since it already has the logic for executing