Skip to content

Commit d378eea

Browse files
Merge pull request #2991 from khanhkhanhlele/BlackJack_game/blackjack_simulate.py
Fix typos in BlackJack_game/blackjack_simulate.py
2 parents 826b272 + 6b76b93 commit d378eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlackJack_game/blackjack_simulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Card:
4646

4747
def __init__(self, suit, rank, face=True):
4848
"""
49-
:param suit: patter in the card
49+
:param suit: pattern in the card
5050
:param rank: point in the card
5151
:param face: show or cover the face(point & pattern on it)
5252
"""

0 commit comments

Comments
 (0)