Skip to content

Commit 9225687

Browse files
timhoffmstory645
andauthored
Update lib/matplotlib/rcsetup.py
Co-authored-by: hannah <story645@gmail.com>
1 parent 93e01c8 commit 9225687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ def validator(s):
195195
_api.warn_deprecated(
196196
"3.11",
197197
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."
198+
"*None* is deprecated in %(removal)s and will lead to "
199+
"an error from version 3.13.0 onward. Please use 'None' instead."
200200
)
201201
return None
202202
if cls is str and not isinstance(s, str):

0 commit comments

Comments
 (0)