From fa14771d00d59120fb9ebedd8ff1ed34f9dd30ac Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Wed, 2 Sep 2026 16:50:34 -0700 Subject: [PATCH] Fix typos in Sicherman Dice notebook table layout --- ipynb/Sicherman Dice.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipynb/Sicherman Dice.ipynb b/ipynb/Sicherman Dice.ipynb index fe563b0..a726623 100644 --- a/ipynb/Sicherman Dice.ipynb +++ b/ipynb/Sicherman Dice.ipynb @@ -487,7 +487,7 @@ "source": [ "**Bo: Look at that!**\n", "\n", - "Ali: It turns out you can buy a pair of dice with just these numbers, and there are some nice [charts and tables on Wikipedia](https://en.wikipedia.org/wiki/Sicherman_dice) explaining it all. \n", + "Ali: It turns out you can buy a pair of dice with just these numbers, and there are some nice [charts and tables on Wikipedia](https://en.wikipedia.org/wiki/Sicherman_dice) ing it all. \n", "\n", "![Sicherman dice from MathArtFun.com](http://www.mathartfun.com/shopsite_sc/store/html/SichermanDots.jpg)\n", "\n", @@ -1317,7 +1317,7 @@ "\n", "Ali: In general, what's the sum of the sides of a standard pair?\n", "\n", - "**Bo: Easy, that's *N* × (*N* + 1). [Gauss](http://betterexplained.com/articles/techniques-for-adding-the-numbers-1-to-100/) knew that when he was in elementary school!**\n", + "**Bo: Easy, that's *N* × (*N* + 1). [Gauss](http://bettered.com/articles/techniques-for-adding-the-numbers-1-to-100/) knew that when he was in elementary school!**\n", "\n", "# Better Efficiency\n", "\n", @@ -1727,7 +1727,7 @@ "|3|0| | |\n", "|4 | 1 | [1, 2, 2, 3] | [1, 3, 3, 5]|\n", "|5|0| | |\n", - "|6 | 1 | [1, 2, 2, 3, 3, 4] | [1, 3, 4, 5, 6, 8]\n", + "|6 | 1 | [1, 2, 2, 3, 3, 4] | [1, 3, 4, 5, 6, 8]|\n", "|7 | 0 |\n", "|8 | 3 | [1, 2, 2, 3, 3, 4, 4, 5] | [1, 3, 5, 5, 7, 7, 9, 11]|\n", " ||| [1, 2, 3, 3, 4, 4, 5, 6] | [1, 2, 5, 5, 6, 6, 9, 10]|\n",