]> git.llucax.com Git - z.facultad/75.52/sercom.git/blobdiff - sercom/controllers.py
Permitir pasar el el archivo de configuración por línea de comandos al tester.
[z.facultad/75.52/sercom.git] / 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: