Skip to content

Commit 1a0ed43

Browse files
authored
Fix ToC.
cca60e3 merged those two sections; update the references in the table of contents, too.
1 parent 742cc06 commit 1a0ed43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ workshop then that will be perfect.
2222
* [Recap of Python essentials](core/recap.html) - A quick recap of some of the Introduction to Programming essentials.
2323
* [Data Structures in Python](core/data.html) - An introduction to the list and dictionary data structures.
2424
* [Introducing IPython Notebook](core/notebook.html) - A whole new way to work with Python!
25-
* [Working With Text Files](core/text-files.html) - What is a text file? How do we get them in and out of Python?
26-
* [Working With Strings](core/strings.html) - Once we have our text in Python, what can we do with it?
25+
* [Analyzing a survey](core/survey.html) - Once we have our text in Python, what can we do with it?
2726
* [Creating Charts](core/charts.html) - Using IPython Notebook with matplotlib to create charts.
2827
* [CSV Files](core/csv.html) - Reading comma-separated data.
2928

0 commit comments

Comments
 (0)