8000 Merge pull request #14965 from vm-asd2015/patch-1 · matplotlib/matplotlib@7ddf444 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ddf444

Browse files
authored
Merge pull request #14965 from vm-asd2015/patch-1
Fix typo in documentation of table
2 parents 3aa3609 + ffbcce5 commit 7ddf444

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)
0