X-Git-Url: https://git.llucax.com/software/sercom.git/blobdiff_plain/83e34e17a8785d3f79a18ab52184a44c2e0d18ad..88ea281ffd8701782276f9c145ad17386a900ec2:/sercom/controllers.py 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: