summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Muzzarelli <d.muzzarelli@dav-muz.net>2018-02-08 20:52:02 +0100
committerAshley Camba <ashwoods@gmail.com>2018-02-08 20:52:02 +0100
commit98193c01a714137e19dd1e264a82269edd6df363 (patch)
tree9b388a8c6e191d245a8e6a1078f4ebe367d2dc7e
parentfa977ba804d906f0276de39a826dce46b3d9b277 (diff)
downloadraven-98193c01a714137e19dd1e264a82269edd6df363.tar.gz
Fix Typo in docstring (#1195)
-rw-r--r--raven/contrib/tornado/__init__.py2
1 files changed, 1 insertions, 1 deletions
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.
"""