Skip to content

Commit c48afe6

Browse files
committed
Trivial: Fix a typo.
Change-Id: I236b4f53ee23cc97900e6244ab709404cc44a4ca
1 parent 487fff8 commit c48afe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/common/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def wait_for_delete(manager,
377377
def get_effective_log_level():
378378
"""Returns the lowest logging level considered by logging handlers
379379
380-
Retrieve an return the smallest log level set among the root
380+
Retrieve and return the smallest log level set among the root
381381
logger's handlers (in case of multiple handlers).
382382
"""
383383
root_log = logging.getLogger()

0 commit comments

Comments
 (0)