We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1caf12 commit dc45b51Copy full SHA for dc45b51
lib/matplotlib/widgets.py
@@ -2172,7 +2172,7 @@ def update_background(self, event):
2172
# `release` can call a draw event even when `ignore` is True.
2173
if not self.useblit:
2174
return
2175
- # Skip blitting if we are saving to disk or if the backend doesn’t support it
+ # skip blitting if we are saving to disk or if the backend doesn’t support it
2176
if getattr(self.canvas, "_is_saving", False):
2177
2178
if not hasattr(self.canvas, "copy_from_bbox"):
0 commit comments