Skip to content

Commit

Permalink
Make docstring sphinx-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcdougall committed Jul 22, 2012
1 parent 9ba6f02 commit e8f18f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/matplotlib/mlab.py
Expand Up @@ -3193,9 +3193,7 @@ def offset_line(y, yerr):
o A vector of the same length as *y*. The quantities y +/- err are computed
component-wise.
o A tuple of length 2. In this case, yerr[0] is the error below *y* and
yerr[1] is error above *y*.
Example::
yerr[1] is error above *y*. For example::
from pylab import *
x = linspace(0, 2*pi, num=100, endpoint=True)
Expand Down

0 comments on commit e8f18f9

Please sign in to comment.