Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e7983c

Browse files
committed
TYPO: pdf.preamble --> pgf.preamble
1 parent c2470bb commit 1e7983c

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.preamble' and 'pdf.preamble' "
153+
f"Support for setting the 'text.latex.preamble' and 'pgf.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)