From 98193c01a714137e19dd1e264a82269edd6df363 Mon Sep 17 00:00:00 2001 From: Davide Muzzarelli Date: Thu, 8 Feb 2018 20:52:02 +0100 Subject: Fix Typo in docstring (#1195) --- raven/contrib/tornado/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raven') diff --git a/raven/contrib/tornado/__init__.py b/raven/contrib/tornado/__init__.py index b7e0acb..766b328 100644 --- a/raven/contrib/tornado/__init__.py +++ b/raven/contrib/tornado/__init__.py @@ -81,7 +81,7 @@ class AsyncSentryClient(Client): 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. """ -- cgit v1.2.1