8000 Fix typo in README · draftcode/client_python@e2c76c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2c76c1

Browse files
authored
Fix typo in README
Signed-off-by: Can Berk Güder <cbg@cbg.me>
1 parent 1b9709e commit e2c76c1

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
@@ -434,7 +434,7 @@ metrics_app = make_asgi_app()
434434
app.mount("/metrics", metrics_app)
435435
```
436436

437-
For Multiprocessing support, use this modified code snippet. Full multiprocessing intstructions are provided [here](https://github.com/prometheus/client_python#multiprocess-mode-eg-gunicorn).
437+
For Multiprocessing support, use this modified code snippet. Full multiprocessing instructions are provided [here](https://github.com/prometheus/client_python#multiprocess-mode-eg-gunicorn).
438438

439439
```python
440440
from fastapi import FastAPI

0 commit comments

Comments
 (0)
0