docs: Fix error

This commit is contained in:
Stein Magnus Jodal 2014-06-03 00:42:24 +02:00
parent 325ea976d8
commit 0e7c76db2e

View File

@ -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