Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82c5f11

Browse files
committed
no whitespace between arg name and default value
1 parent 4e57c0d commit 82c5f11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xhtml2pdf/document.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ def pisaStory(src, path = None, link_callback = None, debug = 0, default_css = N
6565
frag.link = None
6666
return context
6767

68-
def pisaDocument(src, dest = None, path = None, link_callback = None, debug = 0,
69-
default_css = None, xhtml = False, encoding = None, xml_output = None,
70-
raise_exception = True, capacity = 100 * 1024, **kw):
68+
def pisaDocument(src, dest=None, path=None, link_callback=None, debug=0,
69+
default_css=None, xhtml=False, encoding=None, xml_output=None,
70+
raise_exception=True, capacity=100 * 1024, **kw):
7171

7272
log.debug("pisaDocument options:\n src = %r\n dest = %r\n path = %r\n link_callback = %r\n xhtml = %r",
7373
src,

0 commit comments

Comments
 (0)