Skip to content

Commit

Permalink
Fixed wrong indentation in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
T. Zengerink committed Jan 21, 2012
1 parent 9c1078a commit 9ca8b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial2.en.md
Expand Up @@ -200,7 +200,7 @@ Now add another class:
def POST(self):
i = web.input()
n = web.insert('todo', title=i.title)
web.seeother('/')
web.seeother('/')

(Notice how we're using `POST` for this?)

Expand Down

0 comments on commit 9ca8b67

Please sign in to comment.