mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2025-04-12 17:00:15 -09:00
Remove the extra backtick
This commit is contained in:
parent
4e70836ddd
commit
3ba6c8c069
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue