From ffbcce5f1a599c42909da391efbe9953b50aa27d 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 8fb5c4708cd7..c2f4379d9a9e 100644 --- a/lib/matplotlib/table.py +++ b/lib/matplotlib/table.py @@ -712,7 +712,7 @@ def table(ax, colColours : list of matplotlib color specs, 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