We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f31f0cb + ca6c957 commit 086e3a6Copy full SHA for 086e3a6
1 file changed
11-iface-abc/lotto.py
@@ -17,7 +17,7 @@ def pick(self):
17
try:
18
position = random.randrange(len(self._balls)) # <2>
19
except ValueError:
20
- raise LookupError('pick from empty BingoCage')
+ raise LookupError('pick from empty LotteryBlower')
21
return self._balls.pop(position) # <3>
22
23
def loaded(self): # <4>
0 commit comments