We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553e54c commit 499982cCopy full SHA for 499982c
1 file changed
notebooks/ABC.ipynb
@@ -788,7 +788,8 @@
788
"class YachtDice(Dice):\n",
789
" def __init__(self) -> None:\n",
790
" super().__init__(5, D6)\n",
791
- " # keep track of saved dice positions; these dice are not rolled\n",
+ " # keep track of saved dice positions\n",
792
+ " # these dice are not rolled\n",
793
" self.saved: Set[int] = set()\n",
794
" \n",
795
" # save dice positions in the saved set\n",
0 commit comments