From 4aac7c943a7a77d8d3b0895573ce742e9e2167f9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 3 Apr 2012 15:21:47 -0400 Subject: [PATCH] pay me --- httpbin/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/helpers.py b/httpbin/helpers.py index 0f04766..9a8861d 100644 --- a/httpbin/helpers.py +++ b/httpbin/helpers.py @@ -136,7 +136,7 @@ def status_code(code): 307: redirect, 401: dict(headers={'WWW-Authenticate': 'Basic realm="Fake Realm"'}), 402: dict( - data='Fuck you, payme!', + data='Fuck you, pay me!', headers={ 'x-more-info': 'http://vimeo.com/22053820' }