Skip to content

Commit d40c8a3

Browse files
committed
Update docstring
1 parent 710a7fc commit d40c8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

table2ascii/table_to_ascii.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,10 @@ def __bottom_edge_to_ascii(self) -> str:
415415
)
416416

417417
def __content_row_to_ascii(self, row: list[SupportsStr]) -> str:
418-
"""Assembles the header or footer row line of the ascii table
418+
"""Assembles a row of cell values into a single line of the ascii table
419419
420420
Returns:
421-
The header or footer row line of the ascii table
421+
The row of the ascii table
422422
"""
423423
return self.__row_to_ascii(
424424
left_edge=self.__style.left_and_right_edge,

0 commit comments

Comments
 (0)