From 7579c6f3af1f25ded0bde4149f180fdc00acb532 Mon Sep 17 00:00:00 2001 From: "Vincent L.M. Mazoyer" Date: Fri, 2 Aug 2019 16:30:58 +0200 Subject: [PATCH] Fix typo in documentation The parameter name in the documentation was wrong. In the original version, the 'rowLoc' parameter appears twice. --- lib/matplotlib/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/table.py b/lib/matplotlib/table.py index 4f5dd02d0514..9f0f0ba321c5 100644 --- a/lib/matplotlib/table.py +++ b/lib/matplotlib/table.py @@ -710,7 +710,7 @@ def table(ax, colColours : list of colors, optional The colors of the column header cells. - rowLoc : {'left', 'center', 'right'}, optional, default: 'left' + colLoc : {'left', 'center', 'right'}, optional, default: 'left' The text alignment of the column header cells. loc : str, optional