Skip to content

Commit 75e2b0d

Browse files
authored
Fix typo
1 parent ad742ab commit 75e2b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ What makes this syntax good is that you can specify how many threads you want to
5050
pipe([1,2,3,4,5]) | [print] * 3 # print will run in a ThreadPool of size 3
5151
```
5252

53-
Here is an example of requesting a list of urls in parrallel
53+
Here is an example of requesting a list of urls in parallel
5454

5555
``` python
5656
import requests

0 commit comments

Comments
 (0)