Fix the README

This commit is contained in:
Gavin M. Roy 2015-05-12 12:26:24 -04:00
parent 71c444c4b5
commit 0f4afdf229

View file

@ -66,7 +66,7 @@ asynchronous Tornado ``RequestHandler`` for a database named ``foo``:
os.environ['FOO_DBNAME'] = 'foo'
os.environ['FOO_PASSWORD'] = 'bar'
class FooRequestHandler(postgresql.HandlerMixin,
class FooRequestHandler(postgresql.AsyncHandlerMixin,
web.RequestHandler):
DBNAME = 'foo'