Skip to content

Commit f692741

Browse files
committed
Fix typo in chapter 3: ch03.py and ch03.ipynb
1 parent e9a26d7 commit f692741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: ch03/ch03.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
"source": [
291291
"**Note**\n",
292292
"\n",
293-
"- You can replace `Perceptron(n_iter, ...)` by `Perceptron(max_iter, ...)` in scikit-learn >= 0.19. The `n_iter` parameter is used here deriberately, because some people still use scikit-learn 0.18."
293+
"- You can replace `Perceptron(n_iter, ...)` by `Perceptron(max_iter, ...)` in scikit-learn >= 0.19. The `n_iter` parameter is used here deliberately, because some people still use scikit-learn 0.18."
294294
]
295295
},
296296
{

Diff for: ch03/ch03.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
# **Note**
133133
#
134-
# - You can replace `Perceptron(n_iter, ...)` by `Perceptron(max_iter, ...)` in scikit-learn >= 0.19. The `n_iter` parameter is used here deriberately, because some people still use scikit-learn 0.18.
134+
# - You can replace `Perceptron(n_iter, ...)` by `Perceptron(max_iter, ...)` in scikit-learn >= 0.19. The `n_iter` parameter is used here deliberately, because some people still use scikit-learn 0.18.
135135

136136

137137

0 commit comments

Comments
 (0)