diff --git a/raven/contrib/tornado/__init__.py b/raven/contrib/tornado/__init__.py index b7e0acbb0..766b328d6 100644 --- a/raven/contrib/tornado/__init__.py +++ b/raven/contrib/tornado/__init__.py @@ -81,7 +81,7 @@ def _handle_result(self, url, data, future): def _send_remote(self, url, data, headers=None, callback=None): """ - Initialise a Tornado AsyncClient and send the reuqest to the sentry + Initialise a Tornado AsyncClient and send the request to the sentry server. If the callback is a callable, it will be called with the response. """