Skip to content

Commit 7647319

Browse files
authored
docs: readme
1 parent 62c377c commit 7647319

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## QPS Limit
22

3-
Run functions under any limited rate using `multiprocessing` + `asyncio`
3+
Run functions with a rate limit using `multiprocessing` + `asyncio`
44

55
Available on Unix (i.e. Linux, MacOS) only, as the default multiprocessing start method is `fork`
66

@@ -125,4 +125,4 @@ f = Limiter(
125125
...
126126
callback=callback
127127
)
128-
```
128+
```

0 commit comments

Comments
 (0)