From 353d891561659a754ee92bb5e6576e82be58934a Mon Sep 17 00:00:00 2001 From: Chris Zimmerman Date: Fri, 9 Aug 2019 13:47:17 -0500 Subject: [PATCH] fixed typo in logging docstring (#3328) * fixed typo in logging docstring * second typo fix --- src/flask/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flask/logging.py b/src/flask/logging.py index adaba108..b85a65b2 100644 --- a/src/flask/logging.py +++ b/src/flask/logging.py @@ -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 `.