Skip to content

Commit 2217ea5

Browse files
committed
Clean test run in new environment
1 parent 2c1bb49 commit 2217ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

problems.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"cell_type": "code",
44-
"execution_count": 2,
44+
"execution_count": null,
4545
"id": "8467465b",
4646
"metadata": {},
4747
"outputs": [
@@ -78,7 +78,7 @@
7878
" # Remove punctuation\n",
7979
" text = remove_punctuation(text)\n",
8080
" \n",
81-
" # Count frecuencies\n",
81+
" # Count frequencies\n",
8282
" frequencies = count_words(text)\n",
8383
" \n",
8484
" top_5 = get_most_common(frequencies)\n",

0 commit comments

Comments
 (0)