Remove the extra backtick

This commit is contained in:
Gavin M. Roy 2020-04-10 16:42:29 -04:00
parent 4e70836ddd
commit 3ba6c8c069

View file

@ -29,7 +29,7 @@ The following code provides a simple example for using the
shutdown the connections cleanly when the application stops. shutdown the connections cleanly when the application stops.
It should be used in conjunction with :class:`sprockets.http.app.Application` 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`.
""" """