10000 fix pep8 · matplotlib/matplotlib@d984d2b · GitHub
[go: up one dir, main page]

Skip to content

Commit d984d2b

Browse files
committed
fix pep8
1 parent 21472e5 commit d984d2b

File tree

1 file changed

+3
-1
lines changed
  • lib/matplotlib/sphinxext/tests/tinypages

1 file changed

+3
-1
lines changed

lib/matplotlib/sphinxext/tests/tinypages/range6.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
from matplotlib import pyplot as plt
22

3+
34
def range4():
4-
'''This function should never be called if the plot_directive works as expected.'''
5+
'''This is never be called if plot_directive works as expected.'''
56
raise NotImplementedError
67

8+
79
def range6():
810
plt.figure()
911
plt.plot(range(6))

0 commit comments

Comments
 (0)
0