We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131bbea commit 7328d2bCopy full SHA for 7328d2b
indentprinter.py
@@ -12,7 +12,7 @@
12
__all__ = ['indentPrinter', 'IndentPrinter']
13
14
class IndentPrinter:
15
- def __init__(self, saved_print, indent_str = ' '):
+ def __init__(self, saved_print, indent_str = ' '):
16
self.depth = 0
17
self.saved_print = saved_print
18
self.new_line = True
0 commit comments