We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad742ab commit 75e2b0dCopy full SHA for 75e2b0d
README.md
@@ -50,7 +50,7 @@ What makes this syntax good is that you can specify how many threads you want to
50
pipe([1,2,3,4,5]) | [print] * 3 # print will run in a ThreadPool of size 3
51
```
52
53
-Here is an example of requesting a list of urls in parrallel
+Here is an example of requesting a list of urls in parallel
54
55
``` python
56
import requests
0 commit comments