Skip to content

Commit

Permalink
Merge "fixed typos found by RETF rules"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 16, 2014
2 parents 4378c26 + 9f331fb commit f1a06ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cliff/commandmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CommandManager(object):
for the plugins to be loaded. For example,
``'cliff.formatter.list'``.
:param convert_underscores: Whether cliff should convert underscores to
to spaces in entry_point commands.
spaces in entry_point commands.
"""
def __init__(self, namespace, convert_underscores=True):
self.commands = {}
Expand Down
2 changes: 1 addition & 1 deletion cliff/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, parent_app, command_manager, stdin, stdout):
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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dev

0.7

- Clean up interactive mode flag settting.
- Clean up interactive mode flag setting.
- Add support for Python 2.6, contributed by heavenshell.
- Fix multi-word commands in interactive mode.

Expand Down

0 comments on commit f1a06ae

Please sign in to comment.