mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix rendering for table in pyguide
Merge pull request #373 from leVirve/gh-pages. internally copybara was leaving extra space in a bad spot while stripping a comment. fixed the internal version to not do this and produce the same output this PR has.
This commit is contained in:
commit
ab48617e00
|
@ -2064,7 +2064,7 @@ containing `exec "$0.py" "$@"`.
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Functions</td>
|
<td>Functions</td>
|
||||||
<td><code>lower_with_under()</code></td>
|
<td><code>lower_with_under()</code></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>
|
<td><code>_lower_with_under</code> (protected)</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Method Names</td>
|
<td>Method Names</td>
|
||||||
<td><code>lower_with_under()</code></td>
|
<td><code>lower_with_under()</code></td>
|
||||||
<td><code>_lower_with_under()</code> (protected)</td>
|
<td><code>_lower_with_under()</code> (protected)</td>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user