Skip to content

Commit d9a1861

Browse files
committed
Updating the notebooks
1 parent 349d905 commit d9a1861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/chap10.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@
12571257
"\n",
12581258
"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",
12591259
"\n",
1260-
"1) Scale down the input: If possible, reduce the size of the dataset. For example if the\n",
1260+
"1. Scale down the input: If possible, reduce the size of the dataset. For example if the\n",
12611261
" program reads a text file, start with just the first 10 lines, or\n",
12621262
" with the smallest example you can find. You can either edit the\n",
12631263
" files themselves, or (better) modify the program so it reads only\n",

0 commit comments

Comments
 (0)