Skip to content

Commit 4706ee0

Browse files
committed
Merge pull request #3543 from tacaswell/fix_mainpage
DOC : fix main-page tags
2 parents 592ac13 + 11748bf commit 4706ee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/_templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ <h1>Introduction</h1>
6363
For a sampling, see the <a href="{{ pathto('users/screenshots') }}">screenshots</a>, <a href="{{ pathto('gallery') }}">thumbnail</a> gallery, and
6464
<a href="examples/index.html">examples</a> directory</p>
6565

66-
<p>For simple plotting the <pre>pyplot</pre> interface provides a
66+
<p>For simple plotting the <tt>pyplot</tt> interface provides a
6767
MATLAB-like interface, particularly when combined
68-
with <pre>IPython</pre>. For the power user, you have full control
68+
with <tt>IPython</tt>. For the power user, you have full control
6969
of line styles, font properties, axes properties, etc, via an object
7070
oriented interface or via a set of functions familiar to MATLAB
7171
users.</p>

0 commit comments

Comments
 (0)