DeadSimplePython
DeadSimplePython copied to clipboard
Typos: Ch09/cafequeue.py
line 36, togo = self._cafe._orders[customer] should be togo = self._cafe._togo[customer].
Great catch! Thank you. I'll make sure that's fixed in the next edition, which I'm working on now.