Skip to content

Commit 793c6b0

Browse files
authored
Merge pull request #17532 from MaozGelbart/title_docfix
DOC: correct legend.title_fontsize docstring
2 parents 61eb480 + 413bf65 commit 793c6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def _update_bbox_to_anchor(self, loc_in_canvas):
237237
title : str or None
238238
The legend's title. Default is no title (``None``).
239239
240-
title_fontsize: int or {'xx-small', 'x-small', 'small', 'medium', 'large', \
240+
title_fontsize : int or {'xx-small', 'x-small', 'small', 'medium', 'large', \
241241
'x-large', 'xx-large'}, default: :rc:`legend.title_fontsize`
242242
The font size of the legend's title.
243243

0 commit comments

Comments
 (0)