We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e01c8 commit 9225687Copy full SHA for 9225687
lib/matplotlib/rcsetup.py
@@ -195,8 +195,8 @@ def validator(s):
195
_api.warn_deprecated(
196
"3.11",
197
message=f"Using the capitalization {s!r} in matplotlibrc for "
198
- "*None* is deprecated in %(removal)s and will leaa to "
199
- "an error two versions later. Please use 'None' instead."
+ "*None* is deprecated in %(removal)s and will lead to "
+ "an error from version 3.13.0 onward. Please use 'None' instead."
200
)
201
return None
202
if cls is str and not isinstance(s, str):
0 commit comments