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

Skip to content

Commit 0783dbb

Browse files
anntzerMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #14982: DOC: correct table docstring
1 parent dfb8405 commit 0783dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def table(ax,
712712
colColours : list of matplotlib color specs, optional
713713
The colors of the column header cells.
714714
715-
rowLoc : {'left', 'center', 'right'}, optional, default: 'left'
715+
colLoc : {'left', 'center', 'right'}, optional, default: 'left'
716716
The text alignment of the column header cells.
717717
718718
loc : str, optional

0 commit comments

Comments
 (0)