Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 committed Dec 12, 2022
1 parent 4d5e4ee commit 5259a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions table2ascii/table_to_ascii.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,10 @@ def __bottom_edge_to_ascii(self) -> str:
)

def __content_row_to_ascii(self, row: list[SupportsStr]) -> str:
"""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
Returns:
The header or footer row line of the ascii table
The row of the ascii table
"""
return self.__row_to_ascii(
left_edge=self.__style.left_and_right_edge,
Expand Down

0 comments on commit 5259a84

Please sign in to comment.