@@ -1752,7 +1752,7 @@ def bar(self, left, height, width=0.8, bottom=None, **kwargs):
17521752 xerr : scalar or array-like, optional, default: None
17531753 if not None, will be used to generate errorbar(s) on the bar chart
17541754
1755- yerr :scalar or array-like, optional, default: None
1755+ yerr : scalar or array-like, optional, default: None
17561756 if not None, will be used to generate errorbar(s) on the bar chart
17571757
17581758 ecolor : scalar or array-like, optional, default: None
@@ -1778,7 +1778,7 @@ def bar(self, left, height, width=0.8, bottom=None, **kwargs):
17781778
17791779 Returns
17801780 -------
1781- :class: `matplotlib.patches.Rectangle` instances.
1781+ `matplotlib.patches.Rectangle` instances.
17821782
17831783 Notes
17841784 -----
@@ -2037,7 +2037,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
20372037
20382038 Returns
20392039 --------
2040- :class: `matplotlib.patches.Rectangle` instances.
2040+ `matplotlib.patches.Rectangle` instances.
20412041
20422042 Other parameters
20432043 ----------------
@@ -2054,7 +2054,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
20542054 xerr : scalar or array-like, optional, default: None
20552055 if not None, will be used to generate errorbar(s) on the bar chart
20562056
2057- yerr :scalar or array-like, optional, default: None
2057+ yerr : scalar or array-like, optional, default: None
20582058 if not None, will be used to generate errorbar(s) on the bar chart
20592059
20602060 ecolor : scalar or array-like, optional, default: None
0 commit comments