Skip to content

Commit fa3e9da

Browse files
authored
Merge pull request matplotlib#29995 from NicoWeio/missing-singlequote
Fix typo: missing singlequote in unrecognized backend exception
2 parents 6378dd0 + 7d336bc commit fa3e9da

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
return self.resolve_backend(gui_or_backend)
408408
except Exception: # KeyError ?
409409
raise RuntimeError(
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy