mirror of
https://github.com/sprockets/sprockets.mixins.json_error.git
synced 2024-11-21 19:28:38 +00:00
Fix typo in README.
This commit is contained in:
parent
ca9e0b535b
commit
8dfbd864a3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ errors as JSON.
|
|||
from sprockets import mixins.json_error
|
||||
from tornado import web
|
||||
|
||||
class MyRequestHandler(statsd.RequestMetricsMixin,
|
||||
class MyRequestHandler(json_error.JsonErrorMixin,
|
||||
web.RequestHandler):
|
||||
|
||||
def get(self, *args, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue