Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7b8d2d

Browse files
dstansbymeeseeksmachine
authored andcommitted
Backport PR#29995: Fix typo: missing singlequote in unrecognized backend exception
1 parentbe0d1aa commitf7b8d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def resolve_gui_or_backend(self, gui_or_backend):
407407
returnself.resolve_backend(gui_or_backend)
408408
exceptException:# KeyError ?
409409
raiseRuntimeError(
410-
f"'{gui_or_backend} is not a recognised GUI loop or backend name")
410+
f"'{gui_or_backend}' is not a recognised GUI loop or backend name")
411411

412412

413413
# Singleton

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp