Skip to content

Commit

Permalink
Grammar fixes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-harvey committed Jun 23, 2019
1 parent 6b32cae commit 6acfc0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,11 @@ table.add_column(

The `styler` option should be passed a callable that takes two parameters: the
first represents the content of the cell (in this case a boolean indicating whether the
number is even) row; and the second the represents formatted string value of that cell, i.e. the
cell content after any processing by the [formatter](#formatting-cell-values) (if any).
number is even); and the second represents the formatted string value of that cell, i.e. the
cell content after any processing by the [formatter](#formatting-cell-values).
If the content of a cell is wrapped over multiple lines, then the `styler` will be called
once per line, so that each line of the cell will have the escape sequence applied to it
separately (ensuring the stying doesn't bleed into neighbouring cells).
separately (ensuring the styling doesn't bleed into neighbouring cells).

If you want to apply colours or other styling to the content of a column header, as opposed
to cells in the table body, use the `header_styler` option, e.g.:
Expand Down

0 comments on commit 6acfc0b

Please sign in to comment.