Skip to content

Commit

Permalink
Merge pull request #8912 from QuLogic/invalid-headings
Browse files Browse the repository at this point in the history
DOC: Fix invalid NumPyDoc headings.
  • Loading branch information
tacaswell committed Jul 19, 2017
2 parents 2a7237c + 11bd5c5 commit 411fbf6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/matplotlib/axes/_axes.py
Expand Up @@ -1157,8 +1157,8 @@ def eventplot(self, positions, orientation='horizontal', lineoffsets=1,
array-like is given, it must have the same length as *positions*, and
each value will be applied to the corresponding row of the array.
Example
-------
Examples
--------
.. plot:: mpl_examples/pylab_examples/eventplot_demo.py
"""
Expand Down
4 changes: 2 additions & 2 deletions lib/matplotlib/collections.py
Expand Up @@ -1300,8 +1300,8 @@ def __init__(self,
:class:`~matplotlib.collections.LineCollection` for a list of
the valid properties.
Example
-------
Examples
--------
.. plot:: mpl_examples/pylab_examples/eventcollection_demo.py
"""
Expand Down
4 changes: 2 additions & 2 deletions lib/matplotlib/testing/compare.py
Expand Up @@ -398,8 +398,8 @@ def compare_images(expected, actual, tol, in_decorator=False):
If called from image_comparison decorator, this should be
True. (default=False)
Example
-------
Examples
--------
img1 = "./baseline/plot.png"
img2 = "./output/plot.png"
compare_images( img1, img2, 0.001 ):
Expand Down

0 comments on commit 411fbf6

Please sign in to comment.