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

Skip to content

Commit 19642c5

Browse files
committed
missing a colon in docstring
1 parent 43c84f5 commit 19642c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,7 @@ def bar_label(self, container, labels=None, *, fmt="%g", position="edge",
25312531
shifting : float, default: 0
25322532
Offset in points perpendicular to the direction of the bar.
25332533
2534-
**kwargs is passed through to `.Axes.annotate`.
2534+
**kwargs : passed through to `.Axes.annotate`.
25352535
25362536
Returns
25372537
-------

0 commit comments

Comments
 (0)