realpython / book2-exercises

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

Book 2 - Page 151+ #9

Closed minthemiddle closed 9 years ago

minthemiddle commented 9 years ago

There is inconsistent naming of the tasks table. First, on page 151, when the table is created, you call

__tablename__ = "tasks"

Starting on page 155, you call that very same table ftasks.

It's not really a problem, but it's still confusing.

mjhea0 commented 9 years ago

updated