|
From: <md...@us...> - 2008-06-17 16:09:44
|
Revision: 5579
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5579&view=rev
Author: mdboom
Date: 2008-06-17 09:08:18 -0700 (Tue, 17 Jun 2008)
Log Message:
-----------
Adding missing colon.
Modified Paths:
--------------
trunk/matplotlib/doc/devel/documenting_mpl.rst
Modified: trunk/matplotlib/doc/devel/documenting_mpl.rst
===================================================================
--- trunk/matplotlib/doc/devel/documenting_mpl.rst 2008-06-17 16:03:20 UTC (rev 5578)
+++ trunk/matplotlib/doc/devel/documenting_mpl.rst 2008-06-17 16:08:18 UTC (rev 5579)
@@ -83,7 +83,7 @@
* Mathematical expressions can be rendered as png images in html, and in the
usual way by latex. For example:
- ``math:`\sin(x_n^2)``` yields: :math:`\sin(x_n^2)`, and::
+ ``:math:`\sin(x_n^2)``` yields: :math:`\sin(x_n^2)`, and::
.. math::
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|