8000 removed "time the" from end of document, added last commit by mistake · matplotlib/matplotlib@07949f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07949f5

Browse files
committed
removed "time the" from end of document, added last commit by mistake
1 parent 21fcbe6 commit 07949f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2517,4 +2517,4 @@ def onmove(self, event):
25172517
self.ax.draw_artist(self.line)
25182518
self.canvas.blit(self.ax.bbox)
25192519
else:
2520-
self.canvas.draw_idle()time the
2520+
self.canvas.draw_idle()

0 commit comments

Comments
 (0)
0