There was an error while loading. Please reload this page.
1 parent c578dae commit 2e20e9fCopy full SHA for 2e20e9f
chapters/chap12.ipynb
@@ -1827,7 +1827,7 @@
1827
"metadata": {},
1828
"source": [
1829
"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",
+ "Ask a virtual assistant how it works, or copy `add_bigram` into a virtual assistant and ask \"Can you rewrite this using `setdefault`?\"\n",
1831
"\n",
1832
"In this chapter we implemented Markov chain text analysis and generation.\n",
1833
"If you are curious, you can ask a virtual assistant for more information on the topic.\n",
0 commit comments