Skip to content

Commit 80dfeed

Browse files
authored
Merge pull request #393 from Point72/fix-table-formatting-for-examples
Fix table formatting in the examples README
2 parents 534b6e2 + 8627dbf commit 80dfeed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<tbody>
1212
<!-- Basic -->
1313
<tr>
14-
<td rowspan=4><a href="./01_basics/">Basics</a></td>
14+
<td rowspan=5><a href="./01_basics/">Basics</a></td>
1515
<td><a href="./01_basics/e1_basic.py">Basic Graph</a></td>
1616
<td>Basic sum of constant integers</td>
1717
</tr>

0 commit comments

Comments
 (0)