Skip to content

Commit

Permalink
correcting tempredirect code comment from 407 to 307.
Browse files Browse the repository at this point in the history
  • Loading branch information
cellularmitosis committed Mar 23, 2010
1 parent a7a38ca commit e3d81f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/webapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"OK", "Created", "Accepted",
"ok", "created", "accepted",

# 301, 302, 303, 304, 407
# 301, 302, 303, 304, 307
"Redirect", "Found", "SeeOther", "NotModified", "TempRedirect",
"redirect", "found", "seeother", "notmodified", "tempredirect",

Expand Down

0 comments on commit e3d81f8

Please sign in to comment.