From 0e7c76db2e85f45cd36ef6fd0700c700b6238432 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 3 Jun 2014 00:42:24 +0200 Subject: [PATCH] docs: Fix error --- docs/api/http-server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/http-server.rst b/docs/api/http-server.rst index a533735a..8a56f2d5 100644 --- a/docs/api/http-server.rst +++ b/docs/api/http-server.rst @@ -173,7 +173,7 @@ http://localhost:6680/mywebclient/. ext_name = 'mywebclient' def setup(self, registry): - registry.add('http:router', MyTornadoRouter) + registry.add('http:router', MyWSGIRouter) # See the Extension API for the full details on this class