Skip to content

Commit 82cecbb

Browse files
committed
fix(typo): coloured not colorued
1 parent 186d6b0 commit 82cecbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

individual_modules/introduction_to_machine_learning/4_unsupervised_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"outputs": [],
251251
"source": [
252252
"n_clusters = 5\n",
253-
"title=\"K-means: data colorued by elbow method\"\n",
253+
"title=\"K-means: data coloured by elbow method\"\n",
254254
"kmeans_and_plot(X, n_clusters, title)"
255255
]
256256
},

0 commit comments

Comments
 (0)