Fix typo: treatement to treatment

This commit is contained in:
c-bata 2019-05-20 15:35:42 +09:00 committed by Berker Peksag
parent d4ff4b419c
commit aa8b258f93

View File

@ -53,7 +53,7 @@ class Statsd(Logger):
Logger.exception(self, msg, *args, **kwargs)
self.increment("gunicorn.log.exception", 1)
# Special treatement for info, the most common log level
# Special treatment for info, the most common log level
def info(self, msg, *args, **kwargs):
self.log(logging.INFO, msg, *args, **kwargs)