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

Commit 98193c0

Browse files
Davide Muzzarelliashwoods
authored andcommitted
Fix Typo in docstring (#1195)
1 parent fa977ba commit 98193c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raven/contrib/tornado/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _handle_result(self, url, data, future):
8181

8282
def _send_remote(self, url, data, headers=None, callback=None):
8383
"""
84-
Initialise a Tornado AsyncClient and send the reuqest to the sentry
84+
Initialise a Tornado AsyncClient and send the request to the sentry
8585
server. If the callback is a callable, it will be called with the
8686
response.
8787
"""

0 commit comments

Comments
 (0)