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

Skip to content

Commit bec46f0

Browse files
author
Benedikt Daurer
committed
DOC: Shortened line to match pep8
1 parent b5dafba commit bec46f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2764,7 +2764,7 @@ def errorbar(self, x, y, yerr=None, xerr=None,
27642764
x, y plot markers and/or line
27652765
caplines : list of :class:`~matplotlib.lines.Line2D` instances
27662766
error bar cap
2767-
barlinecols : list of :class:`~matplotlib.collections.LineCollection` instances
2767+
barlinecols : list of :class:`~matplotlib.collections.LineCollection`
27682768
horizontal and vertical error ranges.
27692769
27702770
Other Parameters

0 commit comments

Comments
 (0)