Skip to content

Commit 5259a84

Browse files
committed
Update docstring
1 parent 4d5e4ee commit 5259a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: table2ascii/table_to_ascii.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,10 @@ def __bottom_edge_to_ascii(self) -> str:
420420
)
421421

422422
def __content_row_to_ascii(self, row: list[SupportsStr]) -> str:
423-
"""Assembles the header or footer row line of the ascii table
423+
"""Assembles a row of cell values into a single line of the ascii table
424424
425425
Returns:
426-
The header or footer row line of the ascii table
426+
The row of the ascii table
427427
"""
428428
return self.__row_to_ascii(
429429
left_edge=self.__style.left_and_right_edge,

0 commit comments

Comments
 (0)