Fix typo: clien => client

fix typo in docstring since they are used to generate documentation.

Change-Id: I95f97da0992df5a332750824044eb16f86d17a7b
This commit is contained in:
Joe Gordon
2015-01-27 11:14:55 -08:00
parent ffd91e2111
commit 4927e4d4c8

View File

@@ -76,7 +76,7 @@ class CLIClient(object):
:type tenant_name: string :type tenant_name: string
:param uri: The auth uri for the OpenStack Deployment :param uri: The auth uri for the OpenStack Deployment
:type uri: string :type uri: string
:param cli_dir: The path where the python clien binaries are installed. :param cli_dir: The path where the python client binaries are installed.
defaults to /usr/bin defaults to /usr/bin
:type cli_dir: string :type cli_dir: string
""" """