Skip to content

Commit

Permalink
unicode multiplication symbol #150
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Sep 11, 2023
1 parent 6a08295 commit a6a811b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphicle/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def _table_repr(
)
)
num_attrs = len(headers)
stat_line = f"{num_rows} particles x {num_attrs} attributes"
stat_line = f"{num_rows} particles \u00D7 {num_attrs} attributes"
if not html:
stat_line = f"[{stat_line}]"
output.seek(0, io.SEEK_END)
Expand Down

0 comments on commit a6a811b

Please sign in to comment.