Skip to content

Commit e8f18f9

Browse files
committed
Make docstring sphinx-compatible
1 parent 9ba6f02 commit e8f18f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/matplotlib/mlab.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3193,9 +3193,7 @@ def offset_line(y, yerr):
31933193
o A vector of the same length as *y*. The quantities y +/- err are computed
31943194
component-wise.
31953195
o A tuple of length 2. In this case, yerr[0] is the error below *y* and
3196-
yerr[1] is error above *y*.
3197-
3198-
Example::
3196+
yerr[1] is error above *y*. For example::
31993197
32003198
from pylab import *
32013199
x = linspace(0, 2*pi, num=100, endpoint=True)

0 commit comments

Comments
 (0)