]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/book_texinfo.py
Remove unneccessary parenthesis
[lilypond.git] / python / book_texinfo.py
index 82b6db441941e91a994849d6f996a6ebf8b46cf0..5cfa95a687472364460229bb9770ce295ca2f481 100644 (file)
@@ -247,7 +247,7 @@ class BookTexinfoOutputFormat (BookBase.BookOutputFormat):
             rep['verb'] = snippet.verb_ly ()
             substr = self.output[VERBATIM] % rep
         substr += self.output_info (basename, snippet)
-        if (QUOTE in snippet.option_dict):
+        if QUOTE in snippet.option_dict:
             substr = self.output[QUOTE] % {'str': substr}
         str += substr