Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4ae032

Browse files
committed
Update backend_bases.pyi
1 parent 5bcaa23 commit e4ae032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backend_bases.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class _Mode(str, Enum):
406406

407407
class NavigationToolbar2:
408408
toolitems: tuple[tuple[str, ...] | tuple[None, ...], ...]
409-
UNKNONW_SAVED_STATUS: object
409+
UNKNOWN_SAVED_STATUS: object
410410
canvas: FigureCanvasBase
411411
mode: _Mode
412412
def __init__(self, canvas: FigureCanvasBase) -> None: ...
@@ -442,7 +442,7 @@ class NavigationToolbar2:
442442
def push_current(self) -> None: ...
443443
subplot_tool: widgets.SubplotTool
444444
def configure_subplots(self, *args): ...
445-
def save_figure(self, *args) -> str | None | UNKNONW_SAVED_STATUS: ...
445+
def save_figure(self, *args) -> str | None | object: ...
446446
def update(self) -> None: ...
447447
def set_history_buttons(self) -> None: ...
448448

0 commit comments

Comments
 (0)