Skip to content

Commit bcfdbd7

Browse files
authored
Fix some wording issues in the notes (#695)
1 parent 661a6e8 commit bcfdbd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ch05/01_main-chapter-code/ch05.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
"id": "379330f1-80f4-4e34-8724-41d892b04cee",
814814
"metadata": {},
815815
"source": [
816-
"- A quick check that the text loaded ok by printing the first and last 100 words"
816+
"- A quick check that the text loaded ok by printing the first and last 99 characters"
817817
]
818818
},
819819
{
@@ -838,7 +838,7 @@
838838
}
839839
],
840840
"source": [
841-
"# First 100 characters\n",
841+
"# First 99 characters\n",
842842
"print(text_data[:99])"
843843
]
844844
},
@@ -864,7 +864,7 @@
864864
}
865865
],
866866
"source": [
867-
"# Last 100 characters\n",
867+
"# Last 99 characters\n",
868868
"print(text_data[-99:])"
869869
]
870870
},

0 commit comments

Comments
 (0)