Typo "Initialze" instead of "Initialize"

Misspelling of "Initialize" found in docstring of method initialize_logging.

Change-Id: I8f1ed079c3e2c28bf63c4122d770d7d143e32555
This commit is contained in:
Rafael Rivero 2014-09-18 10:57:37 -07:00
parent f4d623c32e
commit 329325a205

View File

@ -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')