Skip to content

Commit 171a15a

Browse files
committed
minor text change
1 parent 5504f44 commit 171a15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05_feature_extraction/04_feature_extraction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Feature extraction\n",
99
"\n",
10-
"In this notebook, you will create an instance segmentation of biological data and extract a multitude of quantitiative features from this data with the [`regionprops_table()` function](https://scikit-image.org/docs/dev/api/skimage.measure#skimage.measure.regionprops_table) from scikit-image."
10+
"In this notebook, you will create an instance segmentation of biological data and extract quantitiative features from this data with the [`regionprops_table()` function](https://scikit-image.org/docs/dev/api/skimage.measure#skimage.measure.regionprops_table) from scikit-image."
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)