Skip to content

Commit 5805a6f

Browse files
committed
Fix doc typos
1 parent 1006fc0 commit 5805a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/web.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,14 +421,14 @@ handler<aiohttp-web-handler>` is returning :class:`Response` instance::
421421
StreamResponse
422422
^^^^^^^^^^^^^^
423423

424-
.. class:: StreamResponse(request. *, status=200, reason=None)
424+
.. class:: StreamResponse(request, *, status=200, reason=None)
425425

426426
The base class for *HTTP response* handling.
427427

428428
Contains methods for setting *HTTP response headers*, *cookies*,
429429
*response status code*, writing *HTTP response BODY* and so on.
430430

431-
The most important thing you should to know about *response* --- it
431+
The most important thing you should know about *response* --- it
432432
is *Finite State Machine*.
433433

434434
That means you can do any manipulations on *headers*,

0 commit comments

Comments
 (0)