From 0e2e281fa03cb514b5ca6962bfb7ce3804016d4b Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Thu, 4 Jun 2015 00:27:56 +0100 Subject: [PATCH] pep8 fix --- openlp/plugins/presentations/lib/messagelistener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/presentations/lib/messagelistener.py b/openlp/plugins/presentations/lib/messagelistener.py index d39c2ca94..0ef3df594 100644 --- a/openlp/plugins/presentations/lib/messagelistener.py +++ b/openlp/plugins/presentations/lib/messagelistener.py @@ -243,7 +243,7 @@ class Controller(object): Instruct the controller to stop and hide the presentation. """ log.debug('Live = %s, stop' % self.is_live) - # The document has not been loaded yet, so don't do anything. This can happen when going live with a + # The document has not been loaded yet, so don't do anything. This can happen when going live with a # presentation while blanked to desktop. if not self.doc: return