Typo "Initialze" instead of "Initialize"
Misspelling of "Initialize" found in docstring of method initialize_logging. Change-Id: I8f1ed079c3e2c28bf63c4122d770d7d143e32555
This commit is contained in:
parent
f4d623c32e
commit
329325a205
@ -23,7 +23,7 @@ import jinja2
|
||||
|
||||
|
||||
def initialize_logging(debug, verbose):
|
||||
"""Initialze the Logger."""
|
||||
"""Initialize the Logger."""
|
||||
|
||||
logger = logging.getLogger(name='logger')
|
||||
formatter = logging.Formatter('%(asctime)s %(levelname)-8s %(message)s')
|
||||
|
Loading…
Reference in New Issue
Block a user