8000 correction of line too long · matplotlib/matplotlib@6c9c277 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c9c277

Browse files
committed
correction of line too long
1 parent 4023c32 commit 6c9c277

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3291,7 +3291,8 @@ def save_figure(self, *args):
32913291
str or `NavigationToolbar2.UNKNOWN_SAVED_STATUS` or `None`
32923292
The filepath of the saved figure.
32933293
Returns `None` if figure is not saved.
3294-
Returns `NavigationToolbar2.UNKNOWN_SAVED_STATUS` when the backend does not provide the information.
3294+
Returns `NavigationToolbar2.UNKNOWN_SAVED_STATUS` when
3295+
the backend does not provide the information.
32953296
"""
32963297
raise NotImplementedError
32973298

0 commit comments

Comments
 (0)
0