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 mahenzon committed Mar 11, 2023
1 parent ea1b9bf commit 43ba928
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 43ba928

Please sign in to comment.