Skip to content

Commit 76c3d37

Browse files
DimitriPapadopoulosastanin
authored andcommitted
Remove spurious space from error message
1 parent 13508e7 commit 76c3d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tabulate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def make_header_line(is_header, colwidths, colaligns):
300300

301301
else:
302302
raise ValueError(
303-
" _asciidoc_row() requires two (colwidths, colaligns) "
303+
"_asciidoc_row() requires two (colwidths, colaligns) "
304304
+ "or three (cell_values, colwidths, colaligns) arguments) "
305305
)
306306

0 commit comments

Comments
 (0)