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

Skip to content

Commit d984d2b

Browse files
committed
fix pep8
1 parent 21472e5 commit d984d2b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • lib/matplotlib/sphinxext/tests/tinypages

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)