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):
23822382
23832383 @classmethod
23842384 @_api .deprecated (
2385- '3.10.0 ' ,
2385+ '3.10' ,
23862386 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." )
23892388 def register (cls , name , style ):
23902389 """Register a new style."""
23912390 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):
190190 return col , row
191191
192192 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 )))
194194
195195 # Good to propagate __len__ if we have __getitem__
196196 def __len__ (self ):
You can’t perform that action at this time.
0 commit comments