Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 16, 2020
1 parent af65959 commit 788dc20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ You can also set ``Style`` to a specific column with index or header by using ``
writer.headers = ["A", "B", "C",]
writer.value_matrix = [[11, 11, 11], [1234, 1234, 1234]]
writer.table_name = "set style by index"
writer.table_name = "set style by column index"
writer.set_style(1, Style(align="center", font_weight="bold"))
writer.set_style(2, Style(thousand_separator=" "))
writer.write_table()
Expand All @@ -542,7 +542,7 @@ You can also set ``Style`` to a specific column with index or header by using ``
:Output:
.. code-block::
# set style by index
# set style by column index
| A | B | C |
|---:|:------:|----:|
| 11| **11** | 11|
Expand Down

0 comments on commit 788dc20

Please sign in to comment.