Skip to content

Commit c16cbe7

Browse files
committed
Fix rendering for table in pyguide
1 parent c0c1483 commit c16cbe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyguide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,7 @@ containing `exec "$0.py" "$@"`.
20642064
<td></td>
20652065
</tr>
20662066
2067-
<tr>
2067+
<tr>
20682068
<td>Functions</td>
20692069
<td><code>lower_with_under()</code></td>
20702070
<td><code>_lower_with_under()</code></td>
@@ -2088,7 +2088,7 @@ containing `exec "$0.py" "$@"`.
20882088
<td><code>_lower_with_under</code> (protected)</td>
20892089
</tr>
20902090
2091-
<tr>
2091+
<tr>
20922092
<td>Method Names</td>
20932093
<td><code>lower_with_under()</code></td>
20942094
<td><code>_lower_with_under()</code> (protected)</td>

0 commit comments

Comments
 (0)