We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661a6e8 commit bcfdbd7Copy full SHA for bcfdbd7
ch05/01_main-chapter-code/ch05.ipynb
@@ -813,7 +813,7 @@
813
"id": "379330f1-80f4-4e34-8724-41d892b04cee",
814
"metadata": {},
815
"source": [
816
- "- A quick check that the text loaded ok by printing the first and last 100 words"
+ "- A quick check that the text loaded ok by printing the first and last 99 characters"
817
]
818
},
819
{
@@ -838,7 +838,7 @@
838
}
839
],
840
841
- "# First 100 characters\n",
+ "# First 99 characters\n",
842
"print(text_data[:99])"
843
844
@@ -864,7 +864,7 @@
864
865
866
867
- "# Last 100 characters\n",
+ "# Last 99 characters\n",
868
"print(text_data[-99:])"
869
870
0 commit comments