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:
Gregory P. Smith 2018-06-19 17:52:39 -07:00 committed by GitHub
commit ab48617e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>