]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Fix indent format in `docs/en/docs/deployment/server-workers.md` (#10066)
authorYusuke Tamura <62091034+tamtam-fitness@users.noreply.github.com>
Sat, 2 Sep 2023 16:55:26 +0000 (01:55 +0900)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2023 16:55:26 +0000 (18:55 +0200)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
docs/en/docs/deployment/server-workers.md

index 4ccd9d9f69a8bb9426be6af3da9365c5049cc4e0..2df9f3d432536dccfdf690f3b29738c267e38785 100644 (file)
@@ -90,7 +90,9 @@ Let's see what each of those options mean:
         ```
 
     * So, the colon in `main:app` would be equivalent to the Python `import` part in `from main import app`.
+
 * `--workers`: The number of worker processes to use, each will run a Uvicorn worker, in this case, 4 workers.
+
 * `--worker-class`: The Gunicorn-compatible worker class to use in the worker processes.
     * Here we pass the class that Gunicorn can import and use with: