changeset 8758:d437cc48bc42

diffs: fix broken comment in wrap_to_table
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Fri, 06 Nov 2020 21:58:06 +0100
parents 4cca6590f263
children 0b1a23b88f9a
files kallithea/lib/diffs.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/diffs.py	Thu Nov 05 23:04:52 2020 +0100
+++ b/kallithea/lib/diffs.py	Fri Nov 06 21:58:06 2020 +0100
@@ -158,7 +158,7 @@
 
 def wrap_to_table(html):
     """Given a string with html, return it wrapped in a table, similar to what
-    DiffProcessor returns."""
+    as_html returns."""
     return '''\
               <table class="code-difftable">
                 <tr class="line">