File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -421,14 +421,14 @@ handler<aiohttp-web-handler>` is returning :class:`Response` instance::
421
421
StreamResponse
422
422
^^^^^^^^^^^^^^
423
423
424
- .. class :: StreamResponse(request. *, status=200, reason=None)
424
+ .. class :: StreamResponse(request, *, status=200, reason=None)
425
425
426
426
The base class for *HTTP response * handling.
427
427
428
428
Contains methods for setting *HTTP response headers *, *cookies *,
429
429
*response status code *, writing *HTTP response BODY * and so on.
430
430
431
- The most important thing you should to know about *response * --- it
431
+ The most important thing you should know about *response * --- it
432
432
is *Finite State Machine *.
433
433
434
434
That means you can do any manipulations on *headers *,
You can’t perform that action at this time.
0 commit comments