aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pysite/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/constants.py b/pysite/constants.py
index f70f48ad..316d550f 100644
--- a/pysite/constants.py
+++ b/pysite/constants.py
@@ -40,6 +40,6 @@ ERROR_DESCRIPTIONS = {
411: "You forgot to tell us the length of the content.",
413: "No way! That payload is, like, way too big!",
415: "The thing you sent has the wrong format.",
- 418: "Sorry, I'm not a server, I'm a teapot.",
+ 418: "I'm a teapot, I can't make coffee. (._.)",
429: "Please don't send us that many requests."
}