diff options
author | cce <devnull@localhost> | 2005-12-08 06:22:42 +0000 |
---|---|---|
committer | cce <devnull@localhost> | 2005-12-08 06:22:42 +0000 |
commit | 583c265e4c8843c587e979951775e8e7e16f60c9 (patch) | |
tree | cbfc06e48c76d661ed06e96e0bbacbb44c03ab38 /paste/httpexceptions.py | |
parent | beb556e9fe9cd7c0ac33eaaaa03d740c42296a1f (diff) | |
download | paste-583c265e4c8843c587e979951775e8e7e16f60c9.tar.gz |
when a spelling error makes you pull your hair out
Diffstat (limited to 'paste/httpexceptions.py')
-rw-r--r-- | paste/httpexceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py index a0f31f0..2378b2c 100644 --- a/paste/httpexceptions.py +++ b/paste/httpexceptions.py @@ -122,7 +122,7 @@ class HTTPNotAcceptable(HTTPException): message = ('The resource could not be generated that was acceptable ' 'to your browser (content of type %(HTTP_ACCEPT)s).') -class HTTPConfict(HTTPException): +class HTTPConflict(HTTPException): code = 409 title = 'Conflict' message = ('There was a conflict when trying to complete your ' |