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

Skip to content

Commit 07ef32f

Browse files
committed
minor formatting changes in documentation
svn path=/trunk/matplotlib/; revision=5525
1 parent 84fc496 commit 07ef32f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/matplotlib_configuration_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matplotlib configuration
1717

1818

1919
:mod:`matplotlib.rcsetup`
20-
=============================
20+
=========================
2121

2222
.. automodule:: matplotlib.rcsetup
2323
:members:

doc/api/pyplot_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ matplotlib pyplot
44

55

66
:mod:`matplotlib.pyplot`
7-
=============================
7+
========================
88

99
.. automodule:: matplotlib.pyplot
1010
:members:

doc/users/pyplot_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Working with text
213213
The :func:`~matplotlib.pyplot.text` command can be used to add text in
214214
an arbitrary location, and the :func:`~matplotlib.pyplot.xlabel`,
215215
:func:`~matplotlib.pyplot.ylabel` and :func:`~matplotlib.pyplot.title`
216-
are used tox add text in the indicated locations (see :ref:`text-intro`
216+
are used to add text in the indicated locations (see :ref:`text-intro`
217217
for a more detailed example)
218218

219219
.. plot:: pyplot_text.py

0 commit comments

Comments
 (0)