Skip to content

Commit 7328d2b

Browse files
committed
default 4 spaces
1 parent 131bbea commit 7328d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indentprinter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__all__ = ['indentPrinter', 'IndentPrinter']
1313

1414
class IndentPrinter:
15-
def __init__(self, saved_print, indent_str = ' '):
15+
def __init__(self, saved_print, indent_str = ' '):
1616
self.depth = 0
1717
self.saved_print = saved_print
1818
self.new_line = True

0 commit comments

Comments
 (0)