Skip to content

Commit 12ad7f4

Browse files
committed
Docstring
1 parent 1b2a07b commit 12ad7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

71_Poker/python/game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def _chance(self, n: int) -> bool:
387387
return random.random() < n / 10
388388

389389
def _display_intro(self) -> None:
390-
"""Print the welcome banner and loop indefinitely over rounds."""
390+
"""Print the welcome banner."""
391391
print(" POKER")
392392
print(" CREATIVE COMPUTING MORRISTOWN, NEW JERSEY\n\n")
393393
print(

0 commit comments

Comments
 (0)