Fix rendering for table in pyguide

This commit is contained in:
leVirve 2018-06-17 11:58:16 +08:00
parent c0c1483792
commit c16cbe7801

View File

@ -2064,7 +2064,7 @@ containing `exec "$0.py" "$@"`.
<td></td>
</tr>
<tr>
<tr>
<td>Functions</td>
<td><code>lower_with_under()</code></td>
<td><code>_lower_with_under()</code></td>
@ -2088,7 +2088,7 @@ containing `exec "$0.py" "$@"`.
<td><code>_lower_with_under</code> (protected)</td>
</tr>
<tr>
<tr>
<td>Method Names</td>
<td><code>lower_with_under()</code></td>
<td><code>_lower_with_under()</code> (protected)</td>