Fix typo: clien => client
fix typo in docstring since they are used to generate documentation. Change-Id: I95f97da0992df5a332750824044eb16f86d17a7b
This commit is contained in:
@@ -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
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user