Skip to content

Commit 3f63ed6

Browse files
committed
Update documentation
1 parent 61db3ec commit 3f63ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sources/chap10.ipynb

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

0 commit comments

Comments
 (0)