Merge "fix a typo in documentation"

This commit is contained in:
Zuul 2018-04-05 14:05:03 +00:00 committed by Gerrit Code Review
commit 519b2c6d8a
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