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

Skip to content

Commit 8538ef4

Browse files
author
domspad
committed
small pep8 whitespace error
1 parent 72989de commit 8538ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/boxplot_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
d2 = np.concatenate((spread, center, flier_high, flier_low), 0)
4040
data.shape = (-1, 1)
4141
d2.shape = (-1, 1)
42-
#data = concatenate( (data, d2), 1 )
42+
# data = concatenate( (data, d2), 1 )
4343
# Making a 2-D array only works if all the columns are the
4444
# same length. If they are not, then use a list instead.
4545
# This is actually more efficient because boxplot converts

0 commit comments

Comments
 (0)