Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c8ba04

Browse files
committed
Manually fixing markup on main page
Real fix is at matplotlib/matplotlib#3543
1 parent 6636aa5 commit 3c8ba04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ <h1>Introduction</h1>
152152
For a sampling, see the <a href="users/screenshots.html">screenshots</a>, <a href="gallery.html">thumbnail</a> gallery, and
153153
<a href="examples/index.html">examples</a> directory</p>
154154

155-
<p>For simple plotting the <pre>pyplot</pre> interface provides a
155+
<p>For simple plotting the <tt>pyplot</tt> interface provides a
156156
MATLAB-like interface, particularly when combined
157-
with <pre>IPython</pre>. For the power user, you have full control
157+
with <tt>IPython</tt>. For the power user, you have full control
158158
of line styles, font properties, axes properties, etc, via an object
159159
oriented interface or via a set of functions familiar to MATLAB
160160
users.</p>
@@ -303,4 +303,4 @@ <h1>Open source</h1>
303303
</div>
304304

305305
</body>
306-
</html>
306+
</html>

0 commit comments

Comments
 (0)