8000 DOC: correct table docstring (#14982) · matplotlib/matplotlib@a2c7f8e · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2c7f8e

Browse files
authored
DOC: correct table docstring (#14982)
DOC: correct table docstring
2 parents 3670867 + 7579c6f commit a2c7f8e

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
@@ -710,7 +710,7 @@ def table(ax,
710710
colColours : list of colors, optional
711711
The colors of the column header cells.
712712
713-
rowLoc : {'left', 'center', 'right'}, optional, default: 'left'
713+
colLoc : {'left', 'center', 'right'}, optional, default: 'left'
714714
The text alignment of the column header cells.
715715
716716
loc : str, optional

0 commit comments

Comments
 (0)
0