fixed typo in logging docstring (#3328)

* fixed typo in logging docstring

* second typo fix
This commit is contained in:
Chris Zimmerman 2019-08-09 13:47:17 -05:00 committed by Joshua Bronson
parent 33db535108
commit 353d891561

View file

@ -72,7 +72,7 @@ def _has_config(logger):
def create_logger(app):
"""Get the the Flask apps's logger and configure it if needed.
"""Get the Flask app's logger and configure it if needed.
The logger name will be the same as
:attr:`app.import_name <flask.Flask.name>`.