Fix typo: missing singlequote in unrecognized backend exception#29995
Fix typo: missing singlequote in unrecognized backend exception#29995dstansby merged 1 commit intomatplotlib:mainfrom
Conversation
There was a problem hiding this comment.
Thank you for opening your first PR into Matplotlib!
If you have not heard from us in a week or so, please leave a new comment below and that should bring it to our attention. Most of our reviewers are volunteers and sometimes things fall through the cracks.
You can also join us on gitter for real-time discussion.
For details on testing, writing docs, and our review process, please see the developer guide
We strive to be a welcoming and open project. Please follow our Code of Conduct.
WeatherGod
left a comment
There was a problem hiding this comment.
Pretty sure the test failures are unrelated to the changes that are here.
dstansby
left a comment
There was a problem hiding this comment.
Thanks a lot for the PR - always helpful to have small fixes like this 😄
…gnized backend exception
…995-on-v3.10.x Backport PR #29995 on branch v3.10.x (Fix typo: missing singlequote in unrecognized backend exception)
PR summary
I hope I don't bother you with this tiny PR, but I'd like to have typos addressed eventually. :)
Using some crude RegEx searches (
f"'\{.+"etc.), I made sure that no similar typos exist.This is the code in question:
matplotlib/lib/matplotlib/backends/registry.py
Lines 405 to 410 in 6378dd0
I cross-checked the code style with similar messages in the same file:
matplotlib/lib/matplotlib/backends/registry.py
Lines 368 to 369 in 6378dd0
PR checklist