Skip to content

Commit

Permalink
Fix issue 431
Browse files Browse the repository at this point in the history
Fixing more of swcarpentry#431
  • Loading branch information
richyvk committed Nov 28, 2017
1 parent 0a237cd commit 7f3a76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/04-files.md
Expand Up @@ -155,7 +155,7 @@ where the maxima are a bit less regular, but the minima are consistently zero.
> > import numpy
> > import matplotlib.pyplot
> >
> > filenames = glob.glob('data/inflammation*.csv')
> > filenames = glob.glob('inflammation*.csv')
> > composite_data = numpy.zeros((60,40))
> >
> > for f in filenames:
Expand Down

0 comments on commit 7f3a76b

Please sign in to comment.