diff --git a/docs/example.rst b/docs/example.rst index 3942cb5..9b1ec7a 100644 --- a/docs/example.rst +++ b/docs/example.rst @@ -29,7 +29,7 @@ The following code provides a simple example for using the shutdown the connections cleanly when the application stops. It should be used in conjunction with :class:`sprockets.http.app.Application` - and not directly with :class:``tornado.web.Application`. + and not directly with :class:`tornado.web.Application`. """