Skip to content

Commit 2157d89

Browse files
authored
Merge pull request #978 from faizbond/patch-1
Clarify instructions for "composite" loop exercise
2 parents 4e1980e + 1a3280d commit 2157d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/06-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ flare-ups at all throughout the trial, suggesting that they may not even suffer
160160
161161
> ## Generate Composite Statistics
162162
>
163-
> Use each of the files once to generate a dataset containing values averaged over all patients:
163+
> Use each of the files once to generate a dataset containing values averaged over all patients by completing the code inside the loop given below:
164164
>
165165
> ~~~
166166
> filenames = glob.glob('inflammation*.csv')

0 commit comments

Comments
 (0)