fix a typo in documentation

Change-Id: I8ab8a79cdda442b872c67198c5920a9efda9a646
This commit is contained in:
melissaml 2018-03-23 02:05:29 +08:00
parent 542c16598e
commit c066b0f2a5
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class BaseHybridBackend(object):
def commit(self, tenant_id, state):
"""Push data to the storage backend.
:param tenant_id: id of the tenant which information must be commited.
:param tenant_id: id of the tenant which information must be committed.
"""
pass