summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2018-03-23 07:55:28 +0800
committermelissaml <ma.lei@99cloud.net>2018-03-23 08:06:47 +0800
commit5e1ef9ab73d80929eabac99a684080cf258031ed (patch)
treef74d1c9cf90af1386db7e26653fd9e609b7b89bf
parentfa5303f058cdd1bc90a86d2dc2fff70a9cbd5de1 (diff)
downloadcliff-5e1ef9ab73d80929eabac99a684080cf258031ed.tar.gz
fix typos in documentation
Change-Id: I86b08037d04f622770347c2b4d64ce62694e1f8a
-rw-r--r--cliff/command.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cliff/command.py b/cliff/command.py
index 859ac47..13b872d 100644
--- a/cliff/command.py
+++ b/cliff/command.py
@@ -191,7 +191,7 @@ class Command(object):
This method is intended to be called from the run() method before
take_action() is called.
- This method should only be overriden by developers creating new
+ This method should only be overridden by developers creating new
command base classes and only if it is necessary to have different
hook processing behavior.
"""
@@ -209,7 +209,7 @@ class Command(object):
This method is intended to be called from the run() method after
take_action() is called.
- This method should only be overriden by developers creating new
+ This method should only be overridden by developers creating new
command base classes and only if it is necessary to have different
hook processing behavior.
"""