summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2015-01-27 11:14:55 -0800
committerJoe Gordon <joe.gordon0@gmail.com>2015-01-27 19:20:07 +0000
commit4927e4d4c8dad97431af51fc42fed5f6f0989b69 (patch)
tree7768486a69610019068a45212c41812aeed26bee
parentffd91e2111435268fef7f45af689357925ac453f (diff)
downloadtempest-lib-4927e4d4c8dad97431af51fc42fed5f6f0989b69.tar.gz
Fix typo: clien => client
fix typo in docstring since they are used to generate documentation. Change-Id: I95f97da0992df5a332750824044eb16f86d17a7b
-rw-r--r--tempest_lib/cli/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest_lib/cli/base.py b/tempest_lib/cli/base.py
index 95eb499..ec966ca 100644
--- a/tempest_lib/cli/base.py
+++ b/tempest_lib/cli/base.py
@@ -76,7 +76,7 @@ class CLIClient(object):
:type tenant_name: string
:param uri: The auth uri for the OpenStack Deployment
: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
:type cli_dir: string
"""