|
From: <ry...@us...> - 2009-01-23 16:26:58
|
Revision: 6821
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6821&view=rev
Author: ryanmay
Date: 2009-01-23 16:26:48 +0000 (Fri, 23 Jan 2009)
Log Message:
-----------
Fix missing backticks on :file: markup
Modified Paths:
--------------
trunk/matplotlib/doc/users/shell.rst
Modified: trunk/matplotlib/doc/users/shell.rst
===================================================================
--- trunk/matplotlib/doc/users/shell.rst 2009-01-23 16:24:35 UTC (rev 6820)
+++ trunk/matplotlib/doc/users/shell.rst 2009-01-23 16:26:48 UTC (rev 6821)
@@ -76,7 +76,7 @@
With the TkAgg backend, that uses the Tkinter user interface toolkit,
you can use matplotlib from an arbitrary python shell. Just set your
``backend : TkAgg`` and ``interactive : True`` in your
-:file:matplotlibrc file (see :ref:`customizing-matplotlib`) and fire
+:file:`matplotlibrc` file (see :ref:`customizing-matplotlib`) and fire
up python. Then::
>>> from pylab import *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|