Skip to content

Commit ab48617

Browse files
authored
Fix rendering for table in pyguide
Merge pull request google#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.
2 parents c0c1483 + c16cbe7 commit ab48617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyguide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,7 @@ containing `exec "$0.py" "$@"`.
20642064
<td></td>
20652065
</tr>
20662066
2067-
<tr>
2067+
<tr>
20682068
<td>Functions</td>
20692069
<td><code>lower_with_under()</code></td>
20702070
<td><code>_lower_with_under()</code></td>
@@ -2088,7 +2088,7 @@ containing `exec "$0.py" "$@"`.
20882088
<td><code>_lower_with_under</code> (protected)</td>
20892089
</tr>
20902090
2091-
<tr>
2091+
<tr>
20922092
<td>Method Names</td>
20932093
<td><code>lower_with_under()</code></td>
20942094
<td><code>_lower_with_under()</code> (protected)</td>

0 commit comments

Comments
 (0)