--- a/src/reportlab/platypus/doctemplate.py Tue Jan 15 16:06:40 2019 +0000
+++ b/src/reportlab/platypus/doctemplate.py Fri Mar 01 12:43:24 2019 +0000
@@ -912,7 +912,7 @@
flowables[0:0] = S[1:] # put rest of splitted flowables back on the list
_addGeneratedContent(flowables,frame)
else:
- flowables[0:0] = S # put splitted flowables back on the list
+ flowables[0:0] = S # put split flowables back on the list
else:
if hasattr(f,'_postponed'):
ident = "Flowable %s%s too large on page %d in frame %r%s of template %r" % \