Skip to content

Commit ae7e8b6

Browse files
committed
fix astanin#19: document disable_numparse option
1 parent c5dd617 commit ae7e8b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,16 @@ file:
401401
eggs 451
402402
---- ----
403403

404+
405+
To disable this feature use `disable_numparse=True`.
406+
407+
>>> print(tabulate.tabulate([["Ver1", "18.0"], ["Ver2","19.2"]], tablefmt="simple", disable_numparse=True))
408+
---- ----
409+
Ver1 18.0
410+
Ver2 19.2
411+
---- ----
412+
413+
404414
### Custom column alignment
405415

406416
`tabulate` allows a custom column alignment to override the above. The

0 commit comments

Comments
 (0)