diff options
Diffstat (limited to 'text_utils.py')
| -rw-r--r-- | text_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text_utils.py b/text_utils.py index 49ff9b9..36cfe2f 100644 --- a/text_utils.py +++ b/text_utils.py @@ -232,7 +232,7 @@ def wrap_string(text: str, n: int) -> str: return out -class Indenter: +class Indenter(object): """ with Indenter(pad_count = 8) as i: i.print('test') |
