Skip to content

Commit 483b7cb

Browse files
committed
fix gregbanks#8: broken ReStructuredText format in README
1 parent 640f40d commit 483b7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ column headers to be used::
6868
Moon 1737 73.5
6969
Mars 3390 641.85
7070

71-
If `headers="firstrow", then the first row of data is used::
71+
If `headers="firstrow"`, then the first row of data is used::
7272

7373
>>> print tabulate([["Name","Age"],["Alice",24],["Bob",19]],
7474
... headers="firstrow")
@@ -127,7 +127,7 @@ extensions`_::
127127
bacon 0
128128

129129
``grid`` is like tables formatted by Emacs' `table.el`_
130-
package. It corresponds to ``grid_tables`` in Pandoc Markdown
130+
package. It corresponds to ``grid_tables`` in Pandoc Markdown
131131
extensions::
132132

133133
>>> print tabulate(table, headers, tablefmt="grid")

0 commit comments

Comments
 (0)