Skip to content

Commit

Permalink
✏ Fix typo in docs/en/docs/async.md (tiangolo#5785)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
2 people authored and JonasKs committed Jan 12, 2023
1 parent bdbb18a commit 576acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/async.md
Expand Up @@ -283,7 +283,7 @@ For example:

### Concurrency + Parallelism: Web + Machine Learning

With **FastAPI** you can take the advantage of concurrency that is very common for web development (the same main attractive of NodeJS).
With **FastAPI** you can take the advantage of concurrency that is very common for web development (the same main attraction of NodeJS).

But you can also exploit the benefits of parallelism and multiprocessing (having multiple processes running in parallel) for **CPU bound** workloads like those in Machine Learning systems.

Expand Down

0 comments on commit 576acdd

Please sign in to comment.