bev-a-tron / MyFlaskTutorial

A Flask Tutorial for people who don't know any web programming. Actually, it would be helpful to know static HTML, also Python.
342 stars 203 forks source link

Minor typo #8

Closed mwieler closed 11 years ago

mwieler commented 11 years ago

Hi,

I'm a fellow hacker schooler and absolutely love your tutorial, especially the _lulu convention for flagging user-definable function and variable names.

I added the 'request' context local object to the import statement on line 36 of the 4th tutorial. This makes line 36 consistent with line 9.

Matt

bev-a-tron commented 11 years ago

Thanks for fixing that! I'm glad you enjoyed the tutorial! I'm glad I invested the time in writing it, shortly after I figured out what the hell I was doing... :)