Skip to content

Commit b83286b

Browse files
committed
DummyFlowable.flow(): fix method signature
1 parent 14ddb86 commit b83286b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rinoh/flowable.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,8 @@ def get_style(self, attribute, flowable_target):
372372
return dict(keep_with_next=True,
373373
hide=False)[attribute]
374374

375-
def flow(self, container, last_descender, state=None, **kwargs):
375+
def flow(self, container, last_descender, state=None, space_below=0,
376+
**kwargs):
376377
return 0, 0, last_descender
377378

378379

0 commit comments

Comments
 (0)