# HG changeset patch # User Thomas De Schampheleire # Date 2020-11-06 20:58:06 # Node ID d437cc48bc4211934f7044fba684d0a26cb96170 # Parent 4cca6590f263c31834847657439fdb1c979a4fcd diffs: fix broken comment in wrap_to_table diff --git a/kallithea/lib/diffs.py b/kallithea/lib/diffs.py --- a/kallithea/lib/diffs.py +++ b/kallithea/lib/diffs.py @@ -158,7 +158,7 @@ def as_html(table_class='code-difftable' 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 '''\