Skip to content

Commit 2e20e9f

Browse files
committed
Updating the notebooks
1 parent c578dae commit 2e20e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/chap12.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,7 @@
18271827
"metadata": {},
18281828
"source": [
18291829
"Dictionaries provide a method called `setdefault` that we can use to do the same thing more concisely.\n",
1830-
"Ask a virtual assistant how it works, or copy `add_word` into a virtual assistant and ask \"Can you rewrite this using `setdefault`?\"\n",
1830+
"Ask a virtual assistant how it works, or copy `add_bigram` into a virtual assistant and ask \"Can you rewrite this using `setdefault`?\"\n",
18311831
"\n",
18321832
"In this chapter we implemented Markov chain text analysis and generation.\n",
18331833
"If you are curious, you can ask a virtual assistant for more information on the topic.\n",

0 commit comments

Comments
 (0)