clemens-tolboom and TomAugspurger Linebreak is bleeding into the documentation page (pandas-dev#27708)
66ada8c Aug 3, 2019
Linebreak is bleeding into the documentation page (pandas-dev#27708)
* Linebreak is bleeding into the documentation page

https://pandas.pydata.org/pandas-docs/stable/reference/series.html

<tr class="row-even"><td><a class="reference internal" href="api/pandas.Series.T.html#pandas.Series.T" title="pandas.Series.T"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Series.T</span></code></a></td>
<td>Return the transpose, which is by</td>
</tr>
And looks weird on https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.T.html#pandas.Series.T

* Make \n real new line

As suggested by @TomAugspurger
66ada8c