Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7aa0571

Browse files
author
root
committed
Should really be the last linter push now
1 parent 824a398 commit 7aa0571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_toolkit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
fig, ax = plt.subplots()
2929
plt.ylabel('some numbers')
3030

31-
ax.plot(rand(3), 'o', hover=['London','Paris','Barcelona'])
31+
ax.plot(rand(3), 'o', hover=['London', 'Paris', 'Barcelona'])
3232
plt.show()

0 commit comments

Comments
 (0)