From 27d651a129e172c0bb01830ac7d81f0e236ce51f Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 29 Dec 2013 20:13:58 +0000 Subject: [PATCH] Fix comment --- openlp/core/common/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/common/__init__.py b/openlp/core/common/__init__.py index 52de12c89..11e9d82b2 100644 --- a/openlp/core/common/__init__.py +++ b/openlp/core/common/__init__.py @@ -49,7 +49,7 @@ def trace_error_handler(logger): """ Log the calling path of an exception - ''logger'' + ``logger`` logger to use so traceback is logged to correct class """ for tb in traceback.extract_stack():