We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710a7fc commit d40c8a3Copy full SHA for d40c8a3
table2ascii/table_to_ascii.py
@@ -415,10 +415,10 @@ def __bottom_edge_to_ascii(self) -> str:
415
)
416
417
def __content_row_to_ascii(self, row: list[SupportsStr]) -> str:
418
- """Assembles the header or footer row line of the ascii table
+ """Assembles a row of cell values into a single line of the ascii table
419
420
Returns:
421
- The header or footer row line of the ascii table
+ The row of the ascii table
422
"""
423
return self.__row_to_ascii(
424
left_edge=self.__style.left_and_right_edge,
0 commit comments