From 4d1b88072fc8f18a55d9db21c935e77d472c8954 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Fri, 26 Nov 2010 17:30:04 +0100 Subject: [PATCH] fixed reStructuredText --- openlp/plugins/songs/lib/songbeamerimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/songs/lib/songbeamerimport.py b/openlp/plugins/songs/lib/songbeamerimport.py index e089d316f..eca92aa79 100644 --- a/openlp/plugins/songs/lib/songbeamerimport.py +++ b/openlp/plugins/songs/lib/songbeamerimport.py @@ -165,7 +165,7 @@ class SongBeamerImport(SongImport): ``line`` The line in the file. It should consist of a tag and a value - for this tag. (unicode) + for this tag (unicode):: u'#Title=Nearer my God to Thee' """