Typos 'asychronous' and 'formated'

Corrected docstring typos.

Change-Id: I916c3f5879ff8d142d30285780ad2b413506f509
This commit is contained in:
Rafael Rivero 2014-09-19 11:34:46 -07:00
parent 58399a07f9
commit a874931eb7
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ LOG = utils.getLogger(__name__)
@six.add_metaclass(abc.ABCMeta)
class BaseTask(object):
"""Base asychronous task."""
"""Base asynchronous task."""
@abc.abstractmethod
def get_name(self):

View File

@ -176,7 +176,7 @@ class ContainersTestCase(base.TestCase):
self.assertIsNotNone(list_data.get('containers'))
def test_containers_secret_refs_correctly_formatted(self):
"""Correctly formated secret refs in a container
"""Correctly formatted secret refs in a container
Create a container (so we are guaranteed to have at least one), then
retrieve that container and check the secret_ref formatting to make