Skip to content

Commit

Permalink
Typo fixed in the AsyncIO docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored and berkerpeksag committed Dec 20, 2020
1 parent d7ff605 commit 28a4c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ connection job. On keepalive connections are put back in the loop
waiting for an event. If no event happen after the keep alive timeout,
the connection is closed.

You can port also your application to use aiohttp_'s `web.Application`` API and use the
You can port also your application to use aiohttp_'s ``web.Application`` API and use the
``aiohttp.worker.GunicornWebWorker`` worker.

Choosing a Worker Type
Expand Down

0 comments on commit 28a4c1b

Please sign in to comment.