From 4927e4d4c8dad97431af51fc42fed5f6f0989b69 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 27 Jan 2015 11:14:55 -0800 Subject: [PATCH] Fix typo: clien => client fix typo in docstring since they are used to generate documentation. Change-Id: I95f97da0992df5a332750824044eb16f86d17a7b --- tempest_lib/cli/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """