mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix rendering for table in pyguide
This commit is contained in:
parent
c0c1483792
commit
c16cbe7801
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user