Lacking a closing code tag in README.md

This commit is contained in:
Lucas Verney 2016-04-07 18:30:02 +02:00
parent 3ae9b66f30
commit 0a996a579c

View File

@ -56,7 +56,7 @@ design in the API, or required feature!
<code>loc="upper left"</code> in a <code>matplotlib.pyplot.legend()</code> <code>loc="upper left"</code> in a <code>matplotlib.pyplot.legend()</code>
call? No worry, this module aliases it for you! (same for "bottom" with call? No worry, this module aliases it for you! (same for "bottom" with
respect to "lower"). Similarly, you can use <code>xrange</code> or respect to "lower"). Similarly, you can use <code>xrange</code> or
<code>xlim> arguments to specify axes ranges (respectively <code>xlim</code> arguments to specify axes ranges (respectively
<code>yrange</code> / <code>ylim</code>).</dd> <code>yrange</code> / <code>ylim</code>).</dd>
<dt>Automatic legend</dt> <dt>Automatic legend</dt>