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

Skip to content

Commit 84c4d05

Browse files
committed
Fix missing backticks on :file: markup
svn path=/trunk/matplotlib/; revision=6821
1 parent 2d2cf6c commit 84c4d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/users/shell.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ are going to need to understand what a matplotlib backend is
7676
With the TkAgg backend, that uses the Tkinter user interface toolkit,
7777
you can use matplotlib from an arbitrary python shell. Just set your
7878
``backend : TkAgg`` and ``interactive : True`` in your
79-
:file:matplotlibrc file (see :ref:`customizing-matplotlib`) and fire
79+
:file:`matplotlibrc` file (see :ref:`customizing-matplotlib`) and fire
8080
up python. Then::
8181

8282
>>> from pylab import *

0 commit comments

Comments
 (0)