diff options
| author | cce <cce@localhost> | 2005-12-08 06:22:42 +0000 |
|---|---|---|
| committer | cce <cce@localhost> | 2005-12-08 06:22:42 +0000 |
| commit | 2a65e5e49fb882bb9c8d8ff5becd9efd0f688c9f (patch) | |
| tree | cbfc06e48c76d661ed06e96e0bbacbb44c03ab38 /paste/httpexceptions.py | |
| parent | 22be1d9c6758f1359f5f3163150ae732f9ed7d54 (diff) | |
| download | paste-git-2a65e5e49fb882bb9c8d8ff5becd9efd0f688c9f.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 ' |
