Skip to content

Commit 499982c

Browse files
committed
update ABC
1 parent 553e54c commit 499982c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

notebooks/ABC.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,8 @@
788788
"class YachtDice(Dice):\n",
789789
" def __init__(self) -> None:\n",
790790
" super().__init__(5, D6)\n",
791-
" # keep track of saved dice positions; these dice are not rolled\n",
791+
" # keep track of saved dice positions\n",
792+
" # these dice are not rolled\n",
792793
" self.saved: Set[int] = set()\n",
793794
" \n",
794795
" # save dice positions in the saved set\n",

0 commit comments

Comments
 (0)