File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -554,9 +554,9 @@ def isinteractive() -> bool:
554
554
return matplotlib .is_interactive ()
555
555
556
556
557
- # Note: The return type of ioff being AbstractContextManager
557
+ # Note: The return type of ioff being AbstractContextManager
558
558
# instead of ExitStack is deliberate.
559
- # See https://github.com/matplotlib/matplotlib/issues/27659
559
+ # See https://github.com/matplotlib/matplotlib/issues/27659
560
560
# and https://github.com/matplotlib/matplotlib/pull/27667 for more info.
561
561
def ioff () -> AbstractContextManager :
562
562
"""
@@ -598,9 +598,9 @@ def ioff() -> AbstractContextManager:
598
598
return stack
599
599
600
600
601
- # Note: The return type of ion being AbstractContextManager
601
+ # Note: The return type of ion being AbstractContextManager
602
602
# instead of ExitStack is deliberate.
603
- # See https://github.com/matplotlib/matplotlib/issues/27659
603
+ # See https://github.com/matplotlib/matplotlib/issues/27659
604
604
# and https://github.com/matplotlib/matplotlib/pull/27667 for more info.
605
605
def ion () -> AbstractContextManager :
606
606
"""
You can’t perform that action at this time.
0 commit comments