Skip to content

Commit 214cb3c

Browse files
Fixed grammar in http client docs
1 parent 21aa3ad commit 214cb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/client.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Streaming Response Content
145145
--------------------------
146146

147147
While methods ``read()``, ``json()`` and ``text()`` are very
148-
convenient you should use them carefully. All this methods loads the
148+
convenient you should use them carefully. All these methods load the
149149
whole response in memory. For example if you want to download several
150-
gigabyte sized files, this methods will load all the data in
150+
gigabyte sized files, these methods will load all the data in
151151
memory. Instead you can use the ``ClientResponse.content``
152152
attribute. It is an instance of the ``aiohttp.StreamReader``
153153
class. The ``gzip`` and ``deflate`` transfer-encodings are

0 commit comments

Comments
 (0)