Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Fix Typo in docstring (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Muzzarelli authored and ashwoods committed Feb 8, 2018
1 parent fa977ba commit 98193c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raven/contrib/tornado/__init__.py
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 98193c0

Please sign in to comment.