# HG changeset patch # User timeless@gmail.com # Date 1462276933 0 # Node ID 18565813d4e3064689edb3486717a06af2b3e8bc # Parent 09adbb6ce166ca2a37e9e382db345d31c07846a4 spelling: it'll diff -r 09adbb6ce166 -r 18565813d4e3 kallithea/lib/diffs.py --- a/kallithea/lib/diffs.py Tue May 03 12:01:10 2016 +0000 +++ b/kallithea/lib/diffs.py Tue May 03 12:02:13 2016 +0000 @@ -625,7 +625,7 @@ def prepare(self, inline_diff=True): """ - Prepare the passed udiff for HTML rendering. It'l return a list + Prepare the passed udiff for HTML rendering. It'll return a list of dicts with diff information """ parsed = self._parser(inline_diff=inline_diff) diff -r 09adbb6ce166 -r 18565813d4e3 kallithea/lib/vcs/utils/diffs.py --- a/kallithea/lib/vcs/utils/diffs.py Tue May 03 12:01:10 2016 +0000 +++ b/kallithea/lib/vcs/utils/diffs.py Tue May 03 12:02:13 2016 +0000 @@ -335,7 +335,7 @@ def prepare(self): """ - Prepare the passed udiff for HTML rendering. It'l return a list + Prepare the passed udiff for HTML rendering. It'll return a list of dicts """ return self._parse_udiff()