summaryrefslogtreecommitdiff
path: root/openstackclient/common/utils.py
diff options
context:
space:
mode:
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()