summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Annotate.py
diff options
context:
space:
mode:
Diffstat (limited to 'Cython/Compiler/Annotate.py')
-rw-r--r--Cython/Compiler/Annotate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Compiler/Annotate.py b/Cython/Compiler/Annotate.py
index c79bd7f96..6e2d2a53b 100644
--- a/Cython/Compiler/Annotate.py
+++ b/Cython/Compiler/Annotate.py
@@ -294,7 +294,7 @@ class AnnotationCCodeWriter(CCodeWriter):
# now the whole c-code if needed:
if self.show_entire_c_code:
outlist.append(u'<p><div class="cython">')
- onclick_title = u"<pre class='cython line'{onclick}>+ {title}</pre>\n";
+ onclick_title = u"<pre class='cython line'{onclick}>+ {title}</pre>\n"
outlist.append(onclick_title.format(
onclick=self._onclick_attr,
title=AnnotationCCodeWriter.COMPLETE_CODE_TITLE,