From 9f331fb43954a7a88a9c8d8238e3fa2908b4bba9 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 29 May 2014 17:40:35 +0200 Subject: fixed typos found by RETF rules rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: I1ecf1b48d82c71ef12cf419540740aac2d64bb56 --- cliff/commandmanager.py | 2 +- cliff/interactive.py | 2 +- docs/source/history.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cliff/commandmanager.py b/cliff/commandmanager.py index 2f83eb2..a6aef53 100644 --- a/cliff/commandmanager.py +++ b/cliff/commandmanager.py @@ -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 = {} 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 diff --git a/docs/source/history.rst b/docs/source/history.rst index 00da965..d1dfcf0 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -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. -- cgit v1.2.1