Skip to content

Commit c8346a9

Browse files
committed
Add import of alignment
1 parent aafcfe5 commit c8346a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ print(output)
6666
```
6767

6868
```py
69-
from table2ascii import table2ascii
69+
from table2ascii import table2ascii, Alignment
7070

7171
output = table2ascii(
7272
header=["#", "G", "H", "R", "S"],

0 commit comments

Comments
 (0)