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 287335af8b
commit ce59a6f8dd

View file

@ -72,7 +72,7 @@ def _has_config(logger):
def create_logger(app): 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 The logger name will be the same as
:attr:`app.import_name <flask.Flask.name>`. :attr:`app.import_name <flask.Flask.name>`.