fix typos in documentation

Change-Id: I86b08037d04f622770347c2b4d64ce62694e1f8a
This commit is contained in:
melissaml 2018-03-23 07:55:28 +08:00
parent fa5303f058
commit 5e1ef9ab73
1 changed files with 2 additions and 2 deletions

View File

@ -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.
"""