X-Git-Url: https://git.llucax.com/z.facultad/75.52/sercom.git/blobdiff_plain/5e8e9e37d6f99ab10971bfb6eafe95c6d00f3088..547d05bc0d164faa1e0f6d4b3e8c744ba47a534b:/sercom/controllers.py?ds=sidebyside 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: