Skip to content

Commit

Permalink
Updating the notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed Nov 8, 2024
1 parent 349d905 commit d9a1861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/chap10.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@
"\n",
"As you work with bigger datasets it can become unwieldy to debug by printing and checking the output by hand. Here are some suggestions for debugging large datasets:\n",
"\n",
"1) Scale down the input: If possible, reduce the size of the dataset. For example if the\n",
"1. Scale down the input: If possible, reduce the size of the dataset. For example if the\n",
" program reads a text file, start with just the first 10 lines, or\n",
" with the smallest example you can find. You can either edit the\n",
" files themselves, or (better) modify the program so it reads only\n",
Expand Down

0 comments on commit d9a1861

Please sign in to comment.