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

Skip to content

Commit 08508ed

Browse files
committed
Adding missing colon.
svn path=/trunk/matplotlib/; revision=5579
1 parent 932d355 commit 08508ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/devel/documenting_mpl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ working with Sphinx in general. Here are a few additional things to keep in mind
8383
* Mathematical expressions can be rendered as png images in html, and in the
8484
usual way by latex. For example:
8585

86-
``math:`\sin(x_n^2)``` yields: :math:`\sin(x_n^2)`, and::
86+
``:math:`\sin(x_n^2)``` yields: :math:`\sin(x_n^2)`, and::
8787

8888
.. math::
8989

0 commit comments

Comments
 (0)