Skip to content

Commit c0388ca

Browse files
committed
add a blank comment line to hint that code should be added here
1 parent 3c3fcd0 commit c0388ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_episodes/04-files.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ where the maxima are a bit less regular, but the minima are consistently zero.
141141
> composite_data = numpy.zeros((60,40))
142142
> for f in filenames:
143143
> # sum each new file's data into as it's read
144+
> #
144145
> # and then divide the composite_data by number of samples
145146
> composite_data /= len(filenames)
146147
> ~~~

0 commit comments

Comments
 (0)