File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2382,10 +2382,9 @@ def pprint_styles(cls):
2382
2382
2383
2383
@classmethod
2384
2384
@_api .deprecated (
2385
- '3.10.0 ' ,
2385
+ '3.10' ,
2386
2386
message = "This method is never used internally." ,
2387
- alternative = "No replacement. Please open an issue if you use this."
2388
- )
2387
+ alternative = "No replacement. Please open an issue if you use this." )
2389
2388
def register (cls , name , style ):
2390
2389
"""Register a new style."""
2391
2390
if not issubclass (style , cls ._Base ):
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ def _get_col_row(self, n):
190
190
return col , row
191
191
192
192
n_axes = property (lambda self : len (self .axes_all ))
193
- ngrids = _api .deprecated (property (lambda self : len (self .axes_all )))
193
+ ngrids = _api .deprecated ('3.11' )( property (lambda self : len (self .axes_all )))
194
194
195
195
# Good to propagate __len__ if we have __getitem__
196
196
def __len__ (self ):
You can’t perform that action at this time.
0 commit comments