Skip to content

Commit

Permalink
✏ Fix typo in docs/en/docs/async.md (#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
Kingdageek and tiangolo committed Jan 7, 2023
1 parent 903e3be commit 78813a5
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 78813a5

Please sign in to comment.