fastbook
fastbook copied to clipboard
Removed code "(path/'to.pkl').load()" still mentioned in a non-executable code snippet in Chapter 9 Jupyter notebook
As a follow-up to this issue, it appears that all the executable code snippets which include this line of code were removed, which is great. However, it looks like one non-executable reference was missed. Screenshot here:
If I understand the chapter's code correctly, the above example could be changed to the following:
to = load_pickle(path/'to.pkl')
And in fact, that's what the very next line of executable code already contains, so perhaps the reference in the notebook is now superfluous?