Skip to content

Commit

Permalink
Fixed typo in inline code block.
Browse files Browse the repository at this point in the history
  • Loading branch information
latture committed Sep 12, 2016
1 parent 4021bd8 commit 3f22767
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 @@ -107,7 +107,7 @@ build_direction : ``{"TOP_TO_BOTTOM", "LEFT_TO_RIGHT"}``, optional
table_attributes : ``dict``, optional

Dictionary of ``(key, value)`` pairs describing attributes to add to the table.
Each attribute is added according to the template ``key="value". For example,
Each attribute is added according to the template ``key="value"``. For example,
the table ``{ "border" : 1 }`` modifies the generated table tags to include
``border="1"`` as an attribute. The generated opening tag would look like
``<table border="1">``. Default is ``None``.
Expand Down Expand Up @@ -139,4 +139,4 @@ In order to verify the code is working, from the command line navigate to the ``

::

>>> python unittest -m tests.test_json2table
>>> python -m unittest tests.test_json2table

0 comments on commit 3f22767

Please sign in to comment.