From d5c57f56beac8e5bb5a621ecf7650965edddc426 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Mon, 9 Oct 2023 21:00:40 -0700 Subject: [PATCH] Update OneLetterOff.ipynb --- ipynb/OneLetterOff.ipynb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ipynb/OneLetterOff.ipynb b/ipynb/OneLetterOff.ipynb index 2dc2c40..15a70dc 100644 --- a/ipynb/OneLetterOff.ipynb +++ b/ipynb/OneLetterOff.ipynb @@ -484,15 +484,15 @@ "\n", "I can take some of these suggested pairs, and make up clues on my own:\n", "\n", - "|pair|**clue**|\n", - "|----|----|\n", - "|alley ally|**Bowling teammate**|\n", - "|binding blinding|**Mandatory punishment for the cyclops Polyphemus**|\n", - "|class lass|**Sophisticated young lady**|\n", - "|finnish finish|**Scandinavian ending**|\n", - "|harmful armful|**Dangerous bundle**|\n", - "|latitude platitude|**Parallel cliche**|\n", - "|plum plumb|**Most excellent toilet installation job**|" + "|pair||drop|clue|\n", + "| :---- | :---- | :---- |\n", + "|alley ally|any|**Bowling teammate**|\n", + "|binding blinding|any|**Mandatory punishment for the cyclops Polyphemus**|\n", + "|class lass|any|**Sophisticated young lady**|\n", + "|finnish finish|any|**Scandinavian ending**|\n", + "|harmful armful|any|**Dangerous bundle**|\n", + "|latitude platitude|any|**Parallel cliche**|\n", + "|plum plumb|last|**Most excellent toilet installation job**|" ] }, {