Skip to content

Commit

Permalink
Fix rendering for table in pyguide
Browse files Browse the repository at this point in the history
  • Loading branch information
leVirve committed Jun 17, 2018
1 parent c0c1483 commit c16cbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit c16cbe7

Please sign in to comment.