8000 Fix typo in documentation · matplotlib/matplotlib@ffbcce5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffbcce5

Browse files
authored
Fix typo in documentation
The parameter name in the documentation was wrong. In the original version, the 'rowLoc' parameter appears twice.
1 parent 3aa3609 commit ffbcce5

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