-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from EdwardBetts/patch-1
Correct a spelling mistake.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ Each request is sent via a new thread, automatically. This works fine for basic | |
use cases. This automatically uses Twisted's ``asyncioreactor``, if you do not | ||
provide your own reactor (progress to be made there, help requested!). | ||
|
||
**This is a an experiment**, and a preview of the true asyncronous API we have planned for Requests | ||
**This is a an experiment**, and a preview of the true asynchronous API we have planned for Requests | ||
that is currently *in the works*, but requires a lot of development time. If you'd like to help (p.s. **we need help**, `send me an email <mailto:[email protected]>`_). | ||
|
||
This API is likely to change, over time, slightly. | ||
|