Skip to content

Commit 311398f

Browse files
Stalliansaborg-dev
authored andcommitted
Fix typos
- Line 197: changed *test_test_prepare* to *test_text_prepare*
1 parent 3702201 commit 311398f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week1/week1-MultilabelClassification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"source": [
195195
"One of the most known difficulties when working with natural data is that it's unstructured. For example, if you use it \"as is\" and extract tokens just by splitting the titles by whitespaces, you will see that there are many \"weird\" tokens like *3.5?*, *\"Flip*, etc. To prevent the problems, it's usually useful to prepare the data somehow. In this task you'll write a function, which will be also used in the other assignments. \n",
196196
"\n",
197-
"**Task 1 (TextPrepare).** Implement the function *text_prepare* following the instructions. After that, run the function *test_test_prepare* to test it on tiny cases and submit it to Coursera."
197+
"**Task 1 (TextPrepare).** Implement the function *text_prepare* following the instructions. After that, run the function *test_text_prepare* to test it on tiny cases and submit it to Coursera."
198198
]
199199
},
200200
{

0 commit comments

Comments
 (0)