File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -515,7 +515,7 @@ def get_data_path(*, _from_rc=None):
515
515
cbook .warn_deprecated (
516
516
"3.2" ,
517
517
message = ("Setting the datapath via matplotlibrc is deprecated "
518
- "%(since)s and will be removed in %(removal)s." ),
518
+ "%(since)s and will be removed %(removal)s." ),
519
519
removal = '3.3' )
520
520
path = Path (_from_rc )
521
521
if path .is_dir ():
Original file line number Diff line number Diff line change @@ -192,8 +192,7 @@ def validate_axisbelow(s):
192
192
cbook .warn_deprecated (
193
193
"3.3" , message = f"Support for setting axes.axisbelow to "
194
194
f"{ s !r} to mean 'line' is deprecated since %(since)s and "
195
- f"will be removed in %(removal)s; set it to 'line' "
196
- "instead." )
195
+ f"will be removed %(removal)s; set it to 'line' instead." )
197
196
return 'line'
198
197
raise ValueError ('%s cannot be interpreted as'
199
198
' True, False, or "line"' % s )
You can’t perform that action at this time.
0 commit comments