fixed typo in logging docstring (#3328)
* fixed typo in logging docstring * second typo fix
This commit is contained in:
parent
33db535108
commit
353d891561
1 changed files with 1 additions and 1 deletions
|
|
@ -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>`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue