changeset 5847:18565813d4e3

spelling: it'll
author timeless@gmail.com
date Tue, 03 May 2016 12:02:13 +0000
parents 09adbb6ce166
children f95725c5d450
files kallithea/lib/diffs.py kallithea/lib/vcs/utils/diffs.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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()