Skip to content

Commit 0af31eb

Browse files
authored
Wording Change & Folder Name
When I unzip the python-novice-inflammation-code.zip file, it becomes a folder called python-novice-inflammation-code NOT (as indicated in the instructions) 'code.' Perhaps this could be fixed at the zipped file level, rather than by changing these instructions.
1 parent c72ec46 commit 0af31eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: Setup
44
permalink: /setup/
55
---
66

7-
You need to download some files to follow this lesson:
7+
In preparation for this lesson, you will need to download two zipped files and place them in the specified folder:
88

99
1. Make a new folder in your Desktop called `python-novice-inflammation`.
1010
2. Download [python-novice-inflammation-data.zip][zipfile1] and move the file to this folder.
1111
3. Also download [python-novice-inflammation-code.zip][zipfile2] and move it to the same folder.
1212
4. If the files aren't unzipped yet, double-click to unzip them. You should end up with
13-
two new folders called `data` and `code`.
13+
two new folders called `data` and `python-novice-inflammation-code`.
1414
5. To get started, go into the `data` folder from the Unix shell with:
1515

1616
~~~
@@ -39,4 +39,4 @@ $ python
3939
{: .source}
4040

4141
[zipfile1]: {{ page.root }}/data/python-novice-inflammation-data.zip
42-
[zipfile2]: {{ page.root }}/code/python-novice-inflammation-code.zip
42+
[zipfile2]: {{ page.root }}/code/python-novice-inflammation-code.zip

0 commit comments

Comments
 (0)