Skip to content

Commit e022e4d

Browse files
Remove spurious space from error message
1 parent 74885be commit e022e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabulate/__init__.py

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

296296
else:
297297
raise ValueError(
298-
" _asciidoc_row() requires two (colwidths, colaligns) "
298+
"_asciidoc_row() requires two (colwidths, colaligns) "
299299
+ "or three (cell_values, colwidths, colaligns) arguments) "
300300
)
301301

0 commit comments

Comments
 (0)