Skip to content

Commit f30debe

Browse files
author
Zheyuan Chen
authored
Merge pull request #9 from PaulOlteanu/patch-1
Fix typo
2 parents ad742ab + 75e2b0d commit f30debe

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)