Commit 8d47808
committed
Add missing space in unsupported-marginal error message
Follow-up to #5625. The f-string refactor merged there concatenated two
adjacent string literals without a separating space, so the message
rendered as "...for `marginal_x`.Supported marginal plot types...". This
restores the space after the period.1 parent 50bb20b commit 8d47808
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
973 | 973 | | |
974 | 974 | | |
975 | 975 | | |
976 | | - | |
| 976 | + | |
977 | 977 | | |
978 | 978 | | |
979 | 979 | | |
| |||
0 commit comments