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

Skip to content

Commit 7a28d15

Browse files
authored
Merge pull request #14985 from meeseeksmachine/auto-backport-of-pr-14982-on-v3.1.x
Backport PR #14982 on branch v3.1.x (DOC: correct table docstring)
2 parents dfb8405 + 0783dbb commit 7a28d15

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)