fluentpython / example-code

Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
http://bit.ly/fluentpy
MIT License
5.56k stars 2.18k forks source link

correct LookupError #45

Closed Destaq closed 3 years ago

Destaq commented 4 years ago

We are no longer inside of the BingoCage class, so we should change the LookupError's wording to reflect that this is an error within the new LotteryBlower class.

ramalho commented 3 years ago

Thanks, @Destaq. Your fix was incorporated to Fluent Python, Second Edition.