Skip to content

Commit

Permalink
adjust status code text
Browse files Browse the repository at this point in the history
  • Loading branch information
maluke committed Sep 14, 2011
1 parent 26a593a commit 97d2dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webob/util.py
Expand Up @@ -58,7 +58,7 @@ def warn_deprecation(text, version, stacklevel):
200: 'OK',
201: 'Created',
202: 'Accepted',
203: 'Non Authoritative Information',
203: 'Non-Authoritative Information',
204: 'No Content',
205: 'Reset Content',
206: 'Partial Content',
Expand Down

0 comments on commit 97d2dc6

Please sign in to comment.