From 3ba6c8c06934e4fd0b2b4b57136350df57da0b59 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 10 Apr 2020 16:42:29 -0400 Subject: [PATCH] Remove the extra backtick --- docs/example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. """