We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5e4ee commit 5259a84Copy full SHA for 5259a84
table2ascii/table_to_ascii.py
@@ -420,10 +420,10 @@ def __bottom_edge_to_ascii(self) -> str:
420
)
421
422
def __content_row_to_ascii(self, row: list[SupportsStr]) -> str:
423
- """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
424
425
Returns:
426
- The header or footer row line of the ascii table
+ The row of the ascii table
427
"""
428
return self.__row_to_ascii(
429
left_edge=self.__style.left_and_right_edge,
0 commit comments