8000 Merge pull request #11521 from joelostblom/fig-docstring-missing-dot · matplotlib/matplotlib@9014698 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9014698

Browse files
authored
Merge pull request #11521 from joelostblom/fig-docstring-missing-dot
Add missing `.` to rcParam
2 parents 4aec12b + 0835356 commit 9014698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def suptitle(self, t, **kwargs):
700700
The font size of the text. See `.Text.set_size` for possible
701701
values.
702702
703-
fontweight, weight : default: :rc:`figuretitleweight`
703+
fontweight, weight : default: :rc:`figure.titleweight`
704704
The font weight of the text. See `.Text.set_weight` for possible
705705
values.
706706

0 commit comments

Comments
 (0)
0