Fix punctuation in markdown cell text

This commit is contained in:
Peter Norvig
2026-03-13 12:37:10 -07:00
committed by GitHub
parent 3789bd415d
commit 932dcac87f

View File

@@ -919,7 +919,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Yes, there is a problem: there are many more words that start with `b`, `f`, `p`, `u`, `u` and `v` than that end with those letters. In the other direction 45% of all words end in `s`, but only a quarter of that number start with `s`. The start:end ratio for `y` is 1:39."
"Yes, there is a problem: there are many more words that start with `b`, `f`, `p`, `u`, and `v` than that end with those letters. In the other direction 45% of all words end in `s`, but only a quarter of that number start with `s`. The start:end ratio for `y` is 1:39."
]
},
{