From 8c58cd2b9760881ea9540aa85a907e0f05fa078d Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Mon, 7 Jan 2019 17:29:37 +0100
Subject: [PATCH] Fix example code

---
 src/imcflibs/log.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/imcflibs/log.py b/src/imcflibs/log.py
index bb0a1d4..2d96820 100644
--- a/src/imcflibs/log.py
+++ b/src/imcflibs/log.py
@@ -2,7 +2,7 @@
 
 Example
 -------
->>> from log import log
+>>> from log import LOG as log
 
 From there on a logger is available for usage with e.g. log.warn(), even if the
 import statement from above happens in multiple places across modules, it will
-- 
GitLab