diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 50d2da08b..3f626abf0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -147,5 +147,5 @@ def setup(app): # workaround for RTD from sphinx.util import logging - logger = logging.getLoger(__name__) + logger = logging.getLogger(__name__) app.debug = lambda *args: logger.warning(*args) |