summaryrefslogtreecommitdiff
path: root/openstackclient/common/utils.py
diff options
context:
space:
mode:
authorTang Chen <tangchen@cn.fujitsu.com>2015-11-21 19:47:30 +0800
committerTang Chen <tangchen@cn.fujitsu.com>2015-11-27 13:20:44 +0800
commitc48afe6032ad53fcdc12c749adfe2d0f006fef14 (patch)
tree9b621a7bb2e88b11b8593734cb18cbef7a6c895b /openstackclient/common/utils.py
parent487fff8cdbabc9629e070b50e9ce3a762e2b180c (diff)
downloadpython-openstackclient-c48afe6032ad53fcdc12c749adfe2d0f006fef14.tar.gz
Trivial: Fix a typo.
Change-Id: I236b4f53ee23cc97900e6244ab709404cc44a4ca
Diffstat (limited to 'openstackclient/common/utils.py')
-rw-r--r--openstackclient/common/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/common/utils.py b/openstackclient/common/utils.py
index 04c7fe5b..42630d91 100644
--- a/openstackclient/common/utils.py
+++ b/openstackclient/common/utils.py
@@ -377,7 +377,7 @@ def wait_for_delete(manager,
def get_effective_log_level():
"""Returns the lowest logging level considered by logging handlers
- Retrieve an return the smallest log level set among the root
+ Retrieve and return the smallest log level set among the root
logger's handlers (in case of multiple handlers).
"""
root_log = logging.getLogger()