Skip to content

Commit 74bea11

Browse files
authored
Merge pull request gumption#2 from Ogaday/master
Corrects typo and resolves gumption#1
2 parents d4292d8 + f550719 commit 74bea11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The primer is spread across a collection of [IPython Notebooks](http://ipython.o
77
There are four versions of the primer. Three versions contain the entire primer in a single notebook:
88

99
* Single IPython Notebook (cleared output cells): [Python_for_Data_Science_clean.ipynb](Python_for_Data_Science_clean.ipynb)
10-
* Single IPython Notebook (filled output cells): [Python_for_Data_Science_clean.ipynb](Python_for_Data_Science_all.ipynb)
10+
* Single IPython Notebook (filled output cells): [Python_for_Data_Science_all.ipynb](Python_for_Data_Science_all.ipynb)
1111
* Single web page (HTML): [Python_for_Data_Science_all.html](Python_for_Data_Science_all.html)
1212

1313
The other version divides the primer into 5 separate notebooks:
@@ -56,4 +56,4 @@ There are also 2 data files, based on the [mushroom dataset](https://archive.ics
5656
* Changed ["call by reference"](https://en.wikipedia.org/wiki/Evaluation_strategy#Call_by_reference) to ["call by sharing"](https://en.wikipedia.org/wiki/Evaluation_strategy#Call_by_sharing)
5757
* Added `isinstance()` (and reference to duck typing) to section on `type()`
5858
* Added variable for `delimiter` rather than hard-coding `'|'` character
59-
* Cleaned up various cells
59+
* Cleaned up various cells

0 commit comments

Comments
 (0)