Skip to content

Commit 413bf65

Browse files
authored
Fix title_fontsize description
A typo prevented correct parsing by the docs infra
1 parent c7a6b12 commit 413bf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/legend.py

+1-1
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)