]> git.llucax.com Git - z.facultad/75.52/sercom.git/commitdiff
Bugfix: arreglar testcase de función auxiliar summarize().
authorLeandro Lucarella <llucax@gmail.com>
Tue, 1 Apr 2008 03:01:37 +0000 (00:01 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 1 Apr 2008 03:23:39 +0000 (00:23 -0300)
sercom/controllers.py

index b75911aa1dc9eaa355cbf239b02b0900f5dfdcd3..944d50b1c7fe71cb14544bcd15f6a7e5a5cbf3d5 100644 (file)
@@ -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: