realpython / book2-exercises

Book 2 -- Exercises for the book
168 stars 203 forks source link

Book 2 - Page 113 #5

Closed nicholastjohnson closed 9 years ago

nicholastjohnson commented 10 years ago

On page 113 going into page 114, item #3 instructs us to "add pdb.set_trace() within the function to set your first breakpoint".

However, the code block that follows doesn't have it added, nor does it have the import pdb.

minthemiddle commented 9 years ago

I can confirm that this error is still present in the latest edition.

aseelsky commented 9 years ago

I agree with you you guys. This part need correction. I'm trying to learn how to debug from other websites.

mjhea0 commented 9 years ago

Updated - thanks!