change the description of the class

Change-Id: Ic8c4bafd1e4e0cc2304ccf0e5161a331ac31a2ff
This commit is contained in:
lvxianguo 2018-12-04 10:50:36 +08:00 committed by caoyuan
parent 14e691bac7
commit d2d9444b6e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from kolla_cli.common.utils import get_kolla_ansible_home
class AnsibleInventory(object):
"""AnsibleInventory helper class
This class parses an anisble inventory file and provides an
This class parses an ansible inventory file and provides an
easier to use way to represent that file.
"""
def __init__(self, inventory_path=None):