Skip to content

Commit 3f8f526

Browse files
authored
Merge pull request #1 from sidhanthholalkere/patch-1
Fix typo in HW_card_games.ipynb
2 parents 4c34d16 + 508ea7d commit 3f8f526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

card_games/HW_card_games.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"```\n",
204204
"\n",
205205
"##### reset\n",
206-
"Finally, let's write a `reset` function so that we don't have to construct a new `Deck` every time we want to use one. Imagine how ridiculous it would be if we had to go out and buy a new set of cards every time we wanted to play a game! The `reset` function should do exactly what our `__init__` function doe: reset our counter and `shuffled` variable and set the `Card`s in our deck in order:\n",
206+
"Finally, let's write a `reset` function so that we don't have to construct a new `Deck` every time we want to use one. Imagine how ridiculous it would be if we had to go out and buy a new set of cards every time we wanted to play a game! The `reset` function should do exactly what our `__init__` function does: reset our counter and `shuffled` variable and set the `Card`s in our deck in order:\n",
207207
"\n",
208208
"``` python\n",
209209
">>> my_deck = Deck()\n",

0 commit comments

Comments
 (0)