8000 Fix trivial typo in deprecation warning message. · matplotlib/matplotlib@79578f4 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79578f4

Browse files
committed
Fix trivial typo in deprecation warning message.
1 parent 65349e1 commit 79578f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def validate_bool_maybe_none(b):
150150

151151
def _validate_tex_preamble(s):
152152
message = (
153-
f"Support for setting the 'text.latex.unicode' and 'pdf.preamble' "
153+
f"Support for setting the 'text.latex.preamble' and 'pdf.preamble' "
154154
f"rcParams to {s!r} is deprecated since %(since)s and will be "
155155
f"removed %(removal)s; please set them to plain (possibly empty) "
156156
f"strings instead.")

0 commit comments

Comments
 (0)
0