Merge pull request #624 from hannosch/hannosch-transport-docs-fix

Fix ThreadedHTTPTransport import path
This commit is contained in:
David Cramer 2015-07-11 23:40:50 -06:00
commit 6a7b821a5d
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ For example, to increase the timeout and to disable SSL verification:
Builtin Transports
------------------
.. data:: raven.transport.thread.ThreadedHTTPTransport
.. data:: raven.transport.threaded.ThreadedHTTPTransport
The default transport. Manages a threaded worker for processing messages asynchronous.
The default transport. Manages a threaded worker for processing messages asynchronously.
.. data:: raven.transport.http.HTTPTransport