Skip to content

Commit

Permalink
Merge pull request #1534 from sloria/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect class name in low-level server docs
  • Loading branch information
Nikolay Kim authored Jan 11, 2017
2 parents 4684440 + 9da0dc0 commit 79d7568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web_lowlevel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Sometimes user don't need high-level concepts introduced in
All what is needed is supporting asynchronous callable which accepts a
request and returns a response object.

This is done by introducing :class:`aiohttp.web.WebServer` class which
This is done by introducing :class:`aiohttp.web.Server` class which
serves a *protocol factory* role for
:meth:`asyncio.AbstractEventLoop.create_server` and bridges data
stream to *web handler* and sends result back.
Expand Down

0 comments on commit 79d7568

Please sign in to comment.