From 2f2308625d4e8f228f3e4b70429c1f36a40e6e07 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 2 Jan 2019 16:15:49 -0500 Subject: [PATCH] Correct a word in comment --- resources/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/logging.py b/resources/logging.py index fb12b2f..f34bf7a 100644 --- a/resources/logging.py +++ b/resources/logging.py @@ -30,7 +30,7 @@ if not os.path.exists(log_dir): LOGGING = { 'version': 1, 'formatters': { - # Minimum logging. Only includes message. + # Minimal logging. Only includes message. 'minimal': { 'format': '%(message)s', }, -- GitLab