From 88ea281ffd8701782276f9c145ad17386a900ec2 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 1 Apr 2008 00:01:37 -0300 Subject: [PATCH] =?utf8?q?Bugfix:=20arreglar=20testcase=20de=20funci=C3=B3?= =?utf8?q?n=20auxiliar=20summarize().?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- sercom/controllers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sercom/controllers.py b/sercom/controllers.py index b75911a..944d50b 100644 --- a/sercom/controllers.py +++ b/sercom/controllers.py @@ -153,7 +153,7 @@ def summarize(text, size, concat=True, continuation='...'): >>> summarize(text, 68, False, ' [...]') 'Why is it that nobody remembers the name of Johann\nGambolputty [...]' >>> summarize(text, 68, continuation=' >>') - 'Why is it that nobody remembers the name of Johann Gambolputty de >>' + 'Why is it that nobody remembers the name of Johann\nGambolputty de >>' """ if text is not None: if concat: -- 2.43.0