8000 Merge pull request #14967 from matplotlib/revert-14965-patch-1 · matplotlib/matplotlib@dec8e45 · GitHub
[go: up one dir, main page]

Skip to content

Commit dec8e45

Browse files
authored
Merge pull request #14967 from matplotlib/revert-14965-patch-1
Revert "Fix typo in documentation of table"
2 parents 7ddf444 + 58cc8ac commit dec8e45

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-
colLoc : {'left', 'center', 'right'}, optional, default: 'left'
715+
rowLoc : {'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