From 5b9ad4552dcdf24d54e16884c2da9828f5a01687 Mon Sep 17 00:00:00 2001 From: Cornel Punga Date: Mon, 25 May 2015 10:44:11 +0300 Subject: [PATCH] [httputil.py] Word correction --- tornado/httputil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/httputil.py b/tornado/httputil.py index f5fea213..fa5e697c 100644 --- a/tornado/httputil.py +++ b/tornado/httputil.py @@ -394,7 +394,7 @@ class HTTPServerRequest(object): """ assert isinstance(chunk, bytes) assert self.version.startswith("HTTP/1."), \ - "deprecated interface ony supported in HTTP/1.x" + "deprecated interface only supported in HTTP/1.x" self.connection.write(chunk, callback=callback) def finish(self):