diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/table_creation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table_creation.py b/examples/table_creation.py index 85bfc3f0..6325b200 100755 --- a/examples/table_creation.py +++ b/examples/table_creation.py @@ -53,7 +53,7 @@ data_list.append(["John Jones", def ansi_print(text): """Wraps style_aware_write so style can be stripped if needed""" - ansi.style_aware_write(sys.stdout, text + '\n') + ansi.style_aware_write(sys.stdout, text + '\n\n') def main(): |